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
fix(auth, android): catch native error in signWithEmailLink
the firebase-android-sdk throws an unhandled error if the link is
mal-formed (e.g., missing apiKey param) which bubbled up to javascript
inappropriately making it very hard to handle
now we catch all exceptions and handle correctly with a Promise reject,
and we probe the same with an e2e test
0 commit comments