Rank 3: Container
one last thing what do i do if i am building for android using flutter
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 3: Container
one last thing what do i do if i am building for android using flutter
Rank 3: Container
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?
Rank 3: Container
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 ?
Rank 3: Container
cloud
Then, the best option would be either the Flask or the deep-linking way.
Rank 3: Container
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
Rank 3: Container
Yes just as you you suggested
Rank 3: Container
oh okay okay
Cloud is managed service
So it's takes cover for you
Rank 3: Container
But in case in future if using self hosted then how would we go on with that
Rank 3: Container
That is very convinient
Rank 3: Container
Just a breif overview if possible
Rank 3: Container
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/
Rank 3: Container
Okay thanks noted looked a little into it seems nice
Rank 3: Container
All my doubts have been solved for now thanks a lot @Binyamin really love this server

Rank 3: Container
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
Rank 3: Container
Ohh okay thanks a lot 😁
Rank 3: Container
[SOLVED] Docs Doubt