Skip to content

Commit

Permalink
chore: npm audit, remove databaseURL from firebaseConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
thetrend committed Nov 12, 2023
1 parent 43e28e2 commit cf095a3
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
125 changes: 63 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/api/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { getAuth } from 'firebase/auth';
const firebaseConfig = {
apiKey: 'FILL_ME_IN',
authDomain: 'FILL_ME_IN',
databaseURL: 'FILL_ME_IN',
projectId: 'FILL_ME_IN',
storageBucket: 'FILL_ME_IN',
messagingSenderId: 'FILL_ME_IN',
Expand Down

0 comments on commit cf095a3

Please sign in to comment.