msukmanowsky / gapi-firebase

An example of how to use GAPI and Firebase Auth together to authenticate users and talk to Google APIs.
53 stars 7 forks source link

Update example to use new GIS for web #4

Open Fleker opened 1 year ago

Fleker commented 1 year ago

This is a great demo and it really does tackle the exact issue I've run into. However, the usage of gapi.auth2 is being deprecated and removed in a few months, so this example won't be a long-term solution.

Updating this code example to use the new identity system in combination with Firebase would be very helpful.

msukmanowsky commented 1 year ago

Thanks for the comments, @Fleker!

As with so many things in open source, I've moved on to other projects and am no longer using Firebase as a platform. I think your suggestion is a great one and I'd encourage you to submit a pull request or create a repo with an example that'll work for whatever replaces gapi.auth2.

Fleker commented 1 year ago

Well maybe I'll figure this out one day haha