You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in src/index.js there is imported file "import {key} from './server/config/key-firebase';" but there is no file like that. so no one can access the app.
The text was updated successfully, but these errors were encountered:
This is probably an ignored file because it contains a key.
You should get your own key from https://firebase.google.com/
Then you can remove the import and use your own key
or create the said file, store your key in it and export it.
in src/index.js there is imported file "import {key} from './server/config/key-firebase';" but there is no file like that. so no one can access the app.
The text was updated successfully, but these errors were encountered: