You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am integrating verifyBeforeUpdateEmail() where I found that actionCodeSettings is needed. I don't need the dynamic link feature that to be opened in the application, so I just filled in the url and set handleCodeInApp: false.
However, I still get the DYNAMIC_LINK_NOT_ACTIVATED: FDL domain is not configured error.
After searching, I found that the Firebase Dynamic Links feature is deprecated and the native SDK provides new interface support without dynamic links, specifically for email verification and similar use cases.
@robingenz Sorry I am not familiar with the native part, so I am afraid of working on that.
But from my point of view, the easier solution is to make the actionCodeSettings parameter optional. Only two methods, sendSignInLinkToEmail() and verifyBeforeUpdateEmail(), mark it as required, which I think is not needed. I will dig into it a little.
Plugin(s)
Current problem
First of all, thank you for your great effort!
I am integrating
verifyBeforeUpdateEmail()
where I found that actionCodeSettings is needed. I don't need the dynamic link feature that to be opened in the application, so I just filled in theurl
and sethandleCodeInApp: false
.However, I still get the
DYNAMIC_LINK_NOT_ACTIVATED: FDL domain is not configured
error.After searching, I found that the Firebase Dynamic Links feature is deprecated and the native SDK provides new interface support without dynamic links, specifically for email verification and similar use cases.
Reference: https://firebase.google.com/docs/auth/ios/email-link-migration
Preferred solution
sendEmailVerification()
since it may not be necessary before dynamic links are deprecated.Alternative options
No response
Additional context
No response
Before submitting
The text was updated successfully, but these errors were encountered: