firebase / friendlyeats-web

Apache License 2.0
437 stars 393 forks source link

Run the local server step not working #200

Open IanDesouza opened 2 years ago

IanDesouza commented 2 years ago

I did perform the following: > firestore login --reauth which was necessary since I had previously logged into another project of mine.

I also changed the index.html as follows since I got error message saying to change this. <script src="/__/firebase/init.js?useEmulator=true"></script>

On bringing up the http://localhost:5000/ I'm getting the following:

FriendlyEats.js:38 FirebaseError: Firebase: Error (auth/configuration-not-found).
    at q (assert.ts:95)
    at H (assert.ts:63)
    at oe (index.ts:170)
    at async ae (index.ts:187)
    at async anonymous.ts:47
    at async Qr (user_credential.ts:147)

Any suggestions? Thanks, Ian