4

I'm working on password recovery with firebase on my application in React Native. It works in a basic way, a link is sent to the email and the user changes the password in a window that opens in the browser (this is the default firebase).

What I want to do is my own new password form, so that when I open the link that is sent to the email, my application opens on that screen, someone has done it?

JuAn David
  • 41
  • 1

1 Answers1

1

Deep Linking with React Native

Jude Fernandes
  • 7,437
  • 11
  • 53
  • 90