Third Party Sign in for IOS11 - GIDSignInButton

Viewed 806

I am testing for IOS 11 updates and notice that my Firebase Auth using Google Sign in does not work

I get an error

A problem repeatedly occurred on https://accounts.google.com/signin/oauth? client_id nosignup pproval_state=???? passive=????

I can see many press reports about Apple removing part of the social media integration Apple to stop third party login on apps through social media in iOS 11

But I cannot find anything aimed at developers on what we should do about this.

Google sign in web page does not mention anything that I can see about IOS11 Google Sign-In for iOS

Nor does Firebase

Could anyone provide clarification on whether these libraries will still be relevant going forward in IOS11, or provide links where these issues have been discussed.

------ adding link to Firebase sample app -----------

Firebase sample app also fails for the Google login, I have not tested all others https://github.com/firebase/quickstart-ios/authentication/AuthenticationExampleSwift

1 Answers
Related