Hello guys, pls anyone with articles or video link on how to setup forget password in Flutter?
<#634237163986485249>
How to implement forgot password in Flutter
It works the same on all platforms. This should give you some idea: https://dev.to/appwrite/30daysofappwrite-email-verification-and-forgot-password-420o
The big difference is you need to implement deep linking so that the user is redirected into the app. For more info like that, see https://docs.flutter.dev/ui/navigation/deep-linking
Thanks man
[SOLVED] How to implement forgot password in Flutter
Recommended threads
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...
- Current User is Not authorized
recreating same Thread