Skip to content

Commit

Permalink
Update firebase.js
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPranjl authored Oct 3, 2022
1 parent 2803147 commit dc6001d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getAnalytics } from 'firebase/analytics';
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey:process.env.REACT_APP_API_KEY,
apiKey:process.env.REACT_APP_FIRBASE_API_KEY,
authDomain: process.env.REACT_APP_AUTHDOMAIN,
projectId: process.env.REACT_APP_PROJECTID,
storageBucket:process.env.REACT_APP_STORAGEBUCKET,
Expand Down

0 comments on commit dc6001d

Please sign in to comment.