Closed 0wwafa closed 2 months ago
Hi @0wwafa . Thanks for the report. I'm not entirely sure on what you're trying to achieve. Are you trying to setup firebase for flutter web?
Hi @0wwafa . Thanks for the report. I'm not entirely sure on what you're trying to achieve. Are you trying to setup firebase for flutter web?
I wish to be able to send push notifications from one webapp to another.
Is there an existing issue for this?
Which plugins are affected?
Messaging
Which platforms are affected?
Web
Description
i have this test code in my index.html:
the serviceworker registers in the browser. but I get this error from messaging:
but the address of the webapp is https://MYWEBSITE/MYAPP/firebase-messaging-sw.js
in the directory: https://MYWEBSITE/MYAPP/ both index.html and firebase-messaging-sw.js are present!
Reproducing the issue
just copy the code above.
Firebase Core version
8.10.1
Flutter Version
0.0.0.0
Relevant Log Output
No response
Flutter dependencies
Expand
Flutter dependencies
snippet```yaml Replace this line with the contents of your `flutter pub deps -- --style=compact`. ```
not a flutter problem
Additional context and comments
No response