Skip to content

Commit

Permalink
Merge pull request #361 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 5dd37fe + ecf7160 commit 9161738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tecrock-simulation/src/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let app: FirebaseApp | null = null;

export function initDatabase() {
app = initializeApp({
apiKey: "AIzaSyDtCksjwncWyhTsZkMkIzct--e-lo3YHZU",
apiKey: atob("QUl6YVN5RHRDa3Nqd25jV3loVHNaa01rSXpjdC0tZS1sbzNZSFpV"),
authDomain: "plate-tectonics-3d.firebaseapp.com",
databaseURL: "https://plate-tectonics-3d.firebaseio.com",
projectId: "plate-tectonics-3d",
Expand Down

0 comments on commit 9161738

Please sign in to comment.