-
Notifications
You must be signed in to change notification settings - Fork 985
Closed
Labels
Description
- Operating System version: PopOS 22.04
- Browser version: Chrome 109.0.5414.74
- Firebase SDK version: 9.17.1
- Firebase Product: Auth
Google will be deprecating his "Google Sign-In Javascript Platform library" to his new "Identity Services for the Web" on March 31, 2023, as stated in:
https://developers.google.com/identity/gsi/web/guides/migration
https://developers.google.com/identity/oauth2/web/guides/migration-to-gis
The first link says apis.google.com/js/api.js is going to be deprecated. This library seems to be used by firebase-sdk-js, see:
| ._loadJS(`https://apis.google.com/js/api.js?onload=${cbName}`) |
So it seems firebase-sdk-js uses the old version and is not ready for the incoming deprecation (correct me if I'm wrong) . There are upgrade plans / an schedule for them in the horizon?