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(dynamic-links, ios): remove double-reject on resolveLink
the iOS firebase-ios-sdk handleUniversalLink completion handler
correctly handles all of the error conditions by resolving or rejecting
the passed in react-native promise as needed, but was incorrectly
then testing success status and rejecting again on unfound links
e2e tests were already probing this case to verify correct behavior
at the javascript level but the native-level double-reject went
unnoticed until now
0 commit comments