Hi everyone, I'm currently developing an Android app. I wanted to implement password recovery, but it requires url which I don't have. Is there any alternative way to achieve this feature? I'm using appwrite cloud.
TL;DR
Message: Developers must set up a separate webpage or deep linking in their Android app to handle password recovery when using appwrite cloud.
Steven
8 Jun, 2024, 17:39
No. Either set up a separate web page to handle the password recovery or set up deep linking so that the user is redirected into your app where you should handle the password recovery
abdulelahsg
8 Jun, 2024, 17:49
Thanks Steven, is there any example for deeplinking ?