
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 deep linking. I am confused about some parts. What I know, the deep links prefix is the same name as the scheme of the app in the app.json. (ex: travelmate://) For a perticular screen (ex: travelmate://verify) so I know this much. What I think is the redirect url in the mail should look like travelmate://verify/......details... Upon clicking which i get redirected to my app. But cant seem to implement it. Appwrite isnt sending a mail without https:// prefix. This is much more confusing. What i Want to know if some had made an react native or any mobile app that uses deep linking with appwrite password recovery method. It would be so much helpful if anyone could tell me the workflow.
Recommended threads
- OAuth fails with Invalid Response or inv...
Im currently trying to use the Discord Oauth but i cant find a way to make it work. I followed the docs and set up the discord oauth application and enabled it...
- Profile Image from storage not showing (...
I am uploading a photo during register, and it is also being uploaded to appwrite storage . But in my profile screen it is showing black screen. I am attaching ...
- Ability to mark user as "Verified" when ...
I’m using Google Sign-In in my bare React-native app and verifying the user's email through Google OAuth. After verifying the token server-side, I create the us...
