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
I am trying to authorize with google and follow readme as well. but I just misunderstand with callback_url: [IOS SCHEME]:/google inside configure. what's ios scheme?. and how to input it correctly. it seems that I face with this problem that's why I always nth with a response when authorized.
google: {
callback_url: 'http://localhost/google',
client_id: GGCredentials.installed.client_id,
client_secret: GGCredentials.installed.client_secret,
},
can anyone correct me with callback_url?
The text was updated successfully, but these errors were encountered:
I am trying to authorize with google and follow readme as well. but I just misunderstand with callback_url:
[IOS SCHEME]:/google
inside configure. what's ios scheme?. and how to input it correctly. it seems that I face with this problem that's why I always nth with a response when authorized.google: {
callback_url: 'http://localhost/google',
client_id: GGCredentials.installed.client_id,
client_secret: GGCredentials.installed.client_secret,
},
can anyone correct me with callback_url?
The text was updated successfully, but these errors were encountered: