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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...