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
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread
- 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...