-
Notifications
You must be signed in to change notification settings - Fork 550
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
Google+ APIs being shutdown on March 7, 2019 #586
Comments
Scrap that- it just updates them, it still keeps all the google plus api endpoints. |
Any update on this? Or has anyone figured out a way to update the library to support the new system? |
It's not much, but we used the following workaround to maintain access to simple logging-in with 'me' functionality:
Provide your hello instance to this function and it'll override the google implementation to use the non-G+ endpoints. |
Hi all If you can test the proposed PR #451 and endorse it i will merge it in. Thanks |
Hi @MrSwitch - unfortunately that PR does not address this issue as it still uses the G+ api For example: hello.js/src/modules/google.js Line 60 in 432b34e
Unfortunately I haven't found time to find api replacements for the comprehensive job the built-in google support has (which is why I fell back on my much cut-back workaround). It might be possible that some functionality doesn't have a migration path (things like friends and feed). |
One week left. Any update on this or suggestion on alternative libraries that will work? Update: Compared to #451 v1.18.1 seems to work better. Guess I can only wait now and check my logs in Google Console if plus.people.get requests disappears. |
#590 was merged into v1.18.1 thanks. I haven't tested this extensively so please do, i'll leave this open for now |
Just a note to say that v1.18.1 is working fine for us. 💯 |
Working fine for me too. No more calls seen in Google Console. |
Any plans to update for support of Google Sign-In? (https://developers.google.com/identity/)
The current implementation is for Google+ Sign-In which will be deprecated.
https://developers.google.com/identity/sign-in/web/quick-migration-guide
The text was updated successfully, but these errors were encountered: