Skip to content

Commit

Permalink
Merge pull request #137 from concord-consortium/187643494-obfuscate-f…
Browse files Browse the repository at this point in the history
…irebase-api-key

chore: Obfuscated Firebase API key [PT-187643494]
  • Loading branch information
dougmartin authored May 29, 2024
2 parents dc67974 + 2d7edee commit 565a844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CollaborationService/js/CollaborationService.js
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ var dispatcher = Object.create({ // jshint ignore:line

init: function () {
firebase.initializeApp({
apiKey: "AIzaSyBkHsVd9ZUNL0Uy6SbqbaOn8nwIvmlwW9M",
apiKey: atob("QUl6YVN5QmtIc1ZkOVpVTkwwVXk2U2JxYmFPbjhud0l2bWx3VzlN"),
authDomain: "codap-collaborations.firebaseapp.com",
databaseURL: "https://codap-collaborations.firebaseio.com",
storageBucket: "codap-collaborations.appspot.com",
Expand Down
2 changes: 1 addition & 1 deletion GoogleSheets/js/Everything.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ var dispatcher = Object.create({ // jshint ignore:line

init: function () {
firebase.initializeApp({
apiKey: "AIzaSyBkHsVd9ZUNL0Uy6SbqbaOn8nwIvmlwW9M",
apiKey: atob("QUl6YVN5QmtIc1ZkOVpVTkwwVXk2U2JxYmFPbjhud0l2bWx3VzlN"),
authDomain: "codap-collaborations.firebaseapp.com",
databaseURL: "https://codap-collaborations.firebaseio.com",
storageBucket: "codap-collaborations.appspot.com",
Expand Down

0 comments on commit 565a844

Please sign in to comment.