How to set email verification for flutter , Specially deep linking,I use digital ocean
Deep linking is nothing Appwrite specific. You can find deep linking resources on the internet
which is the best implementation approach for email verification,I set everything correctly like SMTP ,I received the email but redirected to my app I can't find a solution for that ,if there's a exemple it would be great
Maybe this will help: https://docs.flutter.dev/ui/navigation/deep-linking
Thanks I will see
Deep Links and Flutter applications. How to handle them properly. https://medium.com/flutter-community/deep-links-and-flutter-applications-how-to-handle-them-properly-8c9865af9283
It's a good article for people who facing problems with deeplink
[SOLVED] flutter email verification
👀 that seems old and complicated. the flutter docs i linked worked great for me
@Steven yeah it's true but i think the concept it's easy to understand
And better for people who doesn't work with html and js only flutter
Recommended threads
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...