Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v10.7.0 messaging bundles missing from www.gstatic.com #7821

Closed
atsjo opened this issue Nov 28, 2023 · 2 comments
Closed

v10.7.0 messaging bundles missing from www.gstatic.com #7821

atsjo opened this issue Nov 28, 2023 · 2 comments
Assignees

Comments

@atsjo
Copy link

atsjo commented Nov 28, 2023

Operating System

All

Browser Version

All

Firebase SDK Version

10.7.0

Firebase SDK Product:

Messaging

Describe your project's tooling

Angular 17 with nx

Describe the problem

Messaging bundles missing from google cdn:
https://www.gstatic.com/firebasejs/10.6.0/firebase-messaging-compat.js (works)
https://www.gstatic.com/firebasejs/10.7.0/firebase-messaging-compat.js (missing)
https://www.gstatic.com/firebasejs/10.6.0/firebase-messaging.js (works)
https://www.gstatic.com/firebasejs/10.7.0/firebase-messaging.js (missing)

however this works:
https://www.gstatic.com/firebasejs/10.7.0/firebase-messaging-sw.js

Other bundles I've tested are present...

Steps and code to reproduce issue

Just try the links in the description... I ended up importing from cdnjs instead to make it work...
I still use compat bundles in the service worker, instead of bundling or moduler from cdn, just to have a generic worker referencing /__/firebase/init.js for initialization.

@atsjo atsjo added new A new issue that hasn't be categoirzed as question, bug or feature request question labels Nov 28, 2023
@jbalidiong jbalidiong added needs-attention and removed new A new issue that hasn't be categoirzed as question, bug or feature request labels Nov 28, 2023
@DellaBitta DellaBitta added bug and removed question labels Nov 28, 2023
@DellaBitta
Copy link
Contributor

Thanks for the issue! Looks like we indeed have a problem with our release yesterday, but I was able to fix it just now. If you continue to have any related issues then please open a new issue and link this one to it. Thanks!

@DellaBitta DellaBitta self-assigned this Nov 28, 2023
@atsjo
Copy link
Author

atsjo commented Nov 28, 2023

working now...

@firebase firebase locked and limited conversation to collaborators Dec 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants