- SDK Version: 44
- Platforms(Android/iOS/web/all): Android and iOS
Hi, I am implementing firebase email link login for native app.
The email link uses dynamic link.
All dynamic link created by REST API works perfectly but only email link is not working.
If we touch the login link on the email, it brings us to the app, but does not invoke any deep link.
Linking.addEventListener is working when we touch deep link url on other app or use REST dynamic link.
Only email link is not working on app…
But the email link is working on web and we can finish login.
We use firebase “web” sdk currently, not react-native one.
Should we use another one?
Update: 2022/05/27
If we use @react-native-firebase/dynamic-links, the app can listen to dynamic link for email link.
I don’t understand the difference between Sign in email link and other dynamic link…