Open zjamshidi opened 2 years ago
Any update on this issue?
The implementation works fine on most of the devices but some users are facing this issue. It seems the dynamic link is handled differently on different devices.
any update?
@thatfiredev could you help us with this?
Did you manage to fix this? I have the same issue...I get the deeplink but sending it with .setEmailLink(link) seems to have no effect.
In my case, sometimes the splash screen (not the login screen) was capturing the link. So I checked AuthUI.canHandleIntent(intent)
on the splash and if needed extracted the link and manually passed it to the login screen. I didn't get any report after this change.
Describe your environment
Android device: Advan Tablet Sketsa 2
Android OS version: Android 11
FirebaseUI version: 8.0.1
Android device: Realme GT2 Pro
Android OS version: Android 12
FirebaseUI version: 8.0.1
Step 3: Describe the problem:
We have recently replaced email/password auth with email link sign-in. A few users have reported that they receive the email to log in and the URL opens the app but they get stuck behind the sign-in wall.
Steps to reproduce:
Relevant Code:
AndroidManifest.xml