[firebase_dynamic_links] getInitialLink() works and logs in but onLink() doesn't log in #4575
Unanswered
FickleLife
asked this question in
Q&A
Replies: 1 comment
-
I've tracked it down to #2132 - |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some code:
The first function works in so far as it correctly detects an
getInitialLink()
andonLink()
- I can see it printing out different deepLinks correctly.getInitialLink()
path correctly logs in the user, however theonLink()
path does not, saying that[firebase_auth/invalid-action-code] The action code is invalid. This can happen if the code is malformed, expired, or has already been used.
The deeplink is unique on this path, so I can't see why it wouldn't log the user in.Am I doing something obviously wrong here?
flutter doctor:
Beta Was this translation helpful? Give feedback.
All reactions