
Is native sign in with google / apple in Flutter possible with Appwrite?

just a note, and I'm really not trying to be mean: I thought of this as the most basic and important part of oauth. Almost all mobile apps have this, if not all π€·ββοΈ Required webview gives a ton of friction which users are not used to and also users can't use face id to sign in. It's really weird, not sure Apple would even allow this kind of thing + it lowers signup conversions by a lot

Appwrite supports any auth method via Custom token login.

We had a PoC internally where we used a service that analyzed your typing pattern to authenticate you π

oh my bad, never worked with that before. thanks, hopefully its simple to implement π

might be nice addition to some docs or blog / video where you show how to do that for people who are more used to other BaaS (supabase, firebase, ...)

yes, that is in the works. We have a github issue: https://github.com/appwrite/appwrite/issues/9015

with some details about how it can be implemented

we plan on creating Appwrite Functions to do this and a blog/tutorial/article with some more info

but, if you're in a rush, you can grab the function template yourself: https://github.com/appwrite/templates/pull/332

oh so i will basically need to create appwrite function which does this

But this is just for Apple. Google one is still in the works

yeah thanks a lot!! i really don't mind anything as long as it works, it was supposed to be a 15 minute thing to be honest

is it not possible to just directly add it to cloud console/client sdks in the future? similar fashion to supabase for example

maybe, but it's quite a narrow scope: a specific endpoint just for apple and a specific endpoint just for google. plus Console side changes

yeah maybe, but its kinda important for mobile apps - not many sign-up-required apps exist without it anymore.

but ofc, up to you to decide

but with nice little youtube video and the 2 templates, it might be so easy (hopefully) it wont be needed
Recommended threads
- update_documents is called inside a func...
Traceback (most recent call last): File "/usr/local/server/src/function/src/main.py", line 23, in main result = databases.update_documents( File "/usr/l...
- Many-to-One RelationShip fields just fil...
Since upgrading to the latest Appwrite Cloud release, the relationships in my collections have stopped working. I have a Many-to-One relation between Request...
- Cloud UI Showing NULL for Relation Attri...
In the Cloud Console, relational fields in a collection start to display as NULL (unclickable) once the collection grows beyond ~50 entries. Previously, these f...
