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!
Recommended threads
- Auth working for emulator but not for ph...
hey guys i'm using appwrite for expo react native it is working perfectly for emulator but does not working for physical devices can u explain any one and it is...
- Database column name change makes table ...
Hi, new here! I'm currently building an app where there's a table called "track_sessions" whose column "creator" I wanted to change to "creatorID". However, af...
- SyntaxError: The requested module 'node-...
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB...