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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...