
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
- Duplicate name types with multiple datab...
Hello, we are having multiple databases and would like to use the cli to generate the types using (appwrite types --language ts), the issue is that the appwrit...
- general_unknown server error for upsertD...
Hey all, i updated the node-sdk to 17.1.0 and tried the upsertDocument function added, but that gives me the error: ```js "name": "AppwriteException", "code": 5...
- Documents deleted in bulk API don't trig...
I have a function that is triggered when a document is deleted databases.x.collections.x.documents.*.delete. When I delete documents using the deleteDocuments ...
