Skip to content

Commit

Permalink
Merge pull request #122 from seattletrade/lexidev
Browse files Browse the repository at this point in the history
added databaseURL to firebase ocnfig
  • Loading branch information
girmaD authored Feb 19, 2021
2 parents fbc72f2 + 7783b7c commit 8231d29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const fireApp = firebase.initializeApp({
storageBucket: process.env.REACT_APP_STORAGE_BUCKET,
messagingSenderId: process.env.REACT_APP_MESSEGING_SENDET_ID,
appId: process.env.REACT_APP_APP_ID,
databaseURL: ""
})

export const auth = fireApp.auth();
Expand Down

0 comments on commit 8231d29

Please sign in to comment.