You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you may be providing GIDConfiguration with your dot-reversed client ID here when it's expecting the normal client ID value. The dot-reversed client ID value should only be used when defining the custom URL scheme in your project config.
So I'm using version 6
pod 'GoogleSignIn', '~> 6.0'
it opens the dialog for authentication but says invalid scheme
my code is as following:
I'm not getting any error in the Xcode console.
The text was updated successfully, but these errors were encountered: