Hi, is there a way to use flutter's google_sign_in package to create an account using these credentials on appwrite? this is more elegant than sending the user to log in to the browser. In github I saw related topics but I did not find information if it was possible to do. Greetings
Same question for sign_in_with_apple
The google_sign_in package uses Firebase. I highly doubt you can use it with Appwrite.
not so sure about this as I haven't dealt with Apple credentials yet
Hi friend, i watch it pull. he who comments that he succeeded in authenticatinghttps://github.com/appwrite/appwrite/pull/903
Make sure to 👍🏼 this issue: https://github.com/appwrite/appwrite/issues/2611
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- 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...