Rank 3: Container
I want to setup google oauth sign up in my flutter app. Bascially i want to get the credentials like firstname, surname, email, number and save them in the users collection
Votes
0
Replies
9
Participants
Unknown
Messages
10
Rank 3: Container
I want to setup google oauth sign up in my flutter app. Bascially i want to get the credentials like firstname, surname, email, number and save them in the users collection
Rank 3: Container
.?????
Admin
After creating the OAuth2 Session, the session has a providerAccessToken that can be used to make API calls to the provider to fetch data.
Rank 3: Container
Take an example google
Rank 3: Container
How do I get data
Admin
The the provider access token from Appwrite and make an API call to google
Rank 3: Container
Anyone who knows how to make an api call to Google and get credentials.??
Admin
maybe this will help: https://stackoverflow.com/questions/7130648/get-user-info-via-google-api
Rank 3: Container
Thanks
Admin
[SOLVED] google oauth getting credentials