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
- 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...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...