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
- [SOLVED] curl error Number: 6 β function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...