Files
react-native-firebase/packages/auth/ios
gwenoleR 71a1120337 fix!(auth): confirm code returns User instead of UserCredential (#3684)
[publish]

BREAKING CHANGE: `confirm(verificationCode)` now correctly returns an instance of `UserCredentials` instead of `User`. You can access `User` from the `.user` property on the `UserCredentials` instance.
2020-05-28 22:52:07 +01:00
..