Hi guys, has anyone here implemented the reset password functionality on a expo app?
I have a two questions about it.
- Do I HAVE to have a domain/webpage to host the link that will redirect the user to the app or execute the password reset function?
If so how is this implemented, could it be the same server as the appwrite server is hosted? (my company uses self hosted appwrite)
Second question: 2. Do you guys recommend any course specifically for expo app and appwrite?
I appreciate any help!
TL;DR
Developers, anyone familiar with implementing reset password functionality on an Expo app?
1. Wondering if a domain/webpage is necessary to host the password reset link for redirection or execution? Can it be hosted on the same server as the Appwrite server (self-hosted by my company)?
2. Recommendations for courses focusing on Expo app and Appwrite integration? Thanks for any assistance!
Solution:
1. Yes, you will likely need a domain or webpage to handle the password reset functionality. Consider including it on the same server as your Appwrite server.
Recommended threads
- Need a web developer
Need. Web developer for a paid project/collaboration
- Subscription Problem
I'm making an app in RN with Expo and Appwrite and there's a functionality which allows the user to create a task/test (i'll be reffering to them collectively a...
- "Waiting" executions
For my React Native App, I have had no issues deploying a function in Appwrite & the executions either working or failing. Now I am getting status code - 0 & j...