mirror of
https://github.com/status-im/react-native-firebase.git
synced 2026-08-31 14:11:12 +00:00
[auth] Support email link in checkActionCode
This commit is contained in:
@@ -1023,6 +1023,9 @@ class RNFirebaseAuth extends ReactContextBaseJavaModule {
|
||||
case ActionCodeResult.PASSWORD_RESET:
|
||||
actionType = "PASSWORD_RESET";
|
||||
break;
|
||||
case ActionCodeResult.SIGN_IN_WITH_EMAIL_LINK:
|
||||
actionType = "EMAIL_SIGNING";
|
||||
break;
|
||||
}
|
||||
|
||||
writableMap.putString("actionType", actionType);
|
||||
|
||||
Reference in New Issue
Block a user