one last thing what do i do if i am building for android using flutter
how would I create a link for that then okay I can create a Flask Server for handling it but again how would I redirect the User using a link to an App even if using a flask server
Oh I see, Didn't notice this is Flutter
You will need either by using some temporary server like you've suggested. Or by implementing deep-linking in your App - this can be a pretty complicated topic.
BTW are you using cloud or self-hosted?
Okay Maybe not redirect I can intercommunicate like make flutter listen to verification events and verify it form flask server and once the verification has occurred and flutter app listens to it then can do my desired event would this work ?
cloud
Then, the best option would be either the Flask or the deep-linking way.
Okay thanks would try to make it happen also how do I set up an SMTP service in my instance
For the createVerification function?
In the cloud you don't need
Yes just as you you suggested
oh okay okay
Cloud is managed service So it's takes cover for you
But in case in future if using self hosted then how would we go on with that
That is very convinient
Just a breif overview if possible
would worry about it when would have to implement it
In a self hosted you can create a python function for it And use something like Funcover to handle it. https://github.com/BoolCode/appwrite-funcover/
Okay thanks noted looked a little into it seems nice
All my doubts have been solved for now thanks a lot @Binyamin really love this server
<a:agooglethumbsup:635256484682530825>
Okay one last thing @Binyamin How did you share this to me can I do this in a discord DM
Right click any message then select Copy Message Link
Ohh okay thanks a lot š
[SOLVED] Docs Doubt
Recommended threads
- 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...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...