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
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...