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
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...