
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

.?????

After creating the OAuth2 Session, the session has a providerAccessToken
that can be used to make API calls to the provider to fetch data.

Take an example google

How do I get data

The the provider access token from Appwrite and make an API call to google

Anyone who knows how to make an api call to Google and get credentials.??

maybe this will help: https://stackoverflow.com/questions/7130648/get-user-info-via-google-api

Thanks

[SOLVED] google oauth getting credentials
Recommended threads
- Attribute stuck at processing state
Its been half hour since the attributes are getting stuck in the processing state. When will this get resolved ?
- URL attribute in "processing" state
Good day everyone! I just started learning React/Vite. In my current database right now I have these 4 attributes, and the URL attributes seems to still be in ...
- upsert_documents is not work with jwt cl...
client.set_jwt(jwt) databases = Databases(client) databases.upsert_documents(General, Pallets, [{"$id": "684aeb3e0021e64c10f1", "name": 'тест '}]) This code al...
