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
I cloned the nextjs-end locally and followed all the steps mentioned correctly also set up firebase hosting , Everything works correctly when the website is opened for the 1st time .
When the website is refreshed after some time it throws an error
Uncaught (in promise) FirebaseError: Firebase: Need to provide options, when not being deployed to hosting via source. (app/no-options).
at initializeApp (auth-service-worker.js?firebaseConfig=%7B%22apiKey%22%3A%22AIzaSy....
But when I unregister the service worker by going on application tab in dev tools , then it works fine for some time ,
The text was updated successfully, but these errors were encountered:
I cloned the nextjs-end locally and followed all the steps mentioned correctly also set up firebase hosting , Everything works correctly when the website is opened for the 1st time .
When the website is refreshed after some time it throws an error
But when I unregister the service worker by going on application tab in dev tools , then it works fine for some time ,
The text was updated successfully, but these errors were encountered: