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
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...