Expo native app can handle firebase dynamic link for email link login?

  1. SDK Version: 44
  2. 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…

Did you ever find a solution for this? I’m in the same situation. Still getting same error message.

No.
I am pausing to find this solution. Instead, I decided to use rn-firebase/dynamiclink.

But all other features of firebase web is working well, so email link is a last piece. Email link login will become main way of login soon, I hope Expo fix the problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.