FirebaseError: Firebase: Need to provide options, when not being deployed to hosting via source. (app/no-options). Angular 15 #7180
Replies: 1 comment 11 replies
-
requires attention - this happened after an accidental firebase nested dependency update today These kinds of breaking changes should not be happening. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting this error on my firebase app, here is my service worker file firebase-messaging-sw.js:
Here is my app component file:
Please see the stacktrace below for the detailed error:
I tried adding the auth information
I Tried registering the service worker on both the index and the messaging service class
I tried calling the service worker module on the app module and calling the register there
Still no luck
Beta Was this translation helpful? Give feedback.
All reactions