Skip to content

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

@atsjo

Description

@atsjo

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions