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
- Storage Chunk upload bug
Hi, I'm experiencing an issue with Appwrite Storage chunked uploads. Small files upload successfully, but larger video files that require chunking fail. For ...
- Free to Pro upgrade issues
Could someone please investigate this issue? I recently upgraded my account to the pro version and charged for it, but the account still shows as free. <#107290...
- Getting "The current user has been block...
So today I want to deploy something to Appwrite but when I click Sign in with Github, it's redirect me to login site and in the url bar I see this `?error=%7B"m...