Hi, i am trying to verify user, but it is asking me a redirect link, and as i am creating an mobile app, i want it to be done in the app itself. Please if anybody has done it, guide me to complete this email verification process in expo. Thanks
The email verification requires a deep link to your app. You can do this 3 way.
- Host a site, apply your verification logic there and verify on that site.
- Host a site and implement universal linking so that when the user clicks the verification link it opens your app directly with the necessary data. And verify on the app.
- Use a cloud function. Use the domain execution method so that when the browser opens the link it sends the data to the cloud function and from there it redirects to your app with the necessary data.
Resrouces which can help. Method 2: https://docs.expo.dev/linking/android-app-links/ Method 3: https://bishwajeet-parhi.medium.com/i-built-an-auth-template-powered-by-react-native-and-appwrite-4a0b7ee90ba6
Recommended threads
- Quota not resetting
hi, im using appwrite's free tier plani hit my read limts last month and the billing cycle said it would reset on june 4th but that is today, the billing cycle ...
- Student plan issue
I am using GitHub student plan, I even got access to appwrite's mock phone number. but when I try to use it, it says the phone number limit has reached
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...