Files
react-native-firebase/packages/auth/CHANGELOG.md
@Salakar 2205eb244d chore(release): release packages
- @react-native-firebase/admob@7.3.0
 - @react-native-firebase/analytics@7.2.0
 - @react-native-firebase/app@8.1.0
 - @react-native-firebase/auth@8.1.0
 - @react-native-firebase/crashlytics@8.1.0
 - @react-native-firebase/database@7.3.0
 - @react-native-firebase/dynamic-links@7.3.0
 - @react-native-firebase/firestore@7.4.0
 - @react-native-firebase/functions@7.2.0
 - @react-native-firebase/iid@7.2.0
 - @react-native-firebase/in-app-messaging@7.2.0
 - @react-native-firebase/messaging@7.4.0
 - @react-native-firebase/ml-natural-language@7.2.0
 - @react-native-firebase/ml-vision@7.2.0
 - @react-native-firebase/perf@7.2.0
 - @react-native-firebase/remote-config@7.2.0
 - @react-native-firebase/storage@7.2.0
 - react-native-firebase-tests@8.0.6
2020-07-07 06:23:42 +00:00

5.4 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

8.1.0 (2020-07-07)

Features

  • android,ios: upgrade native SDK versions (#3881) (6cb68a8)

8.0.10 (2020-07-05)

Note: Version bump only for package @react-native-firebase/auth

8.0.9 (2020-06-30)

Note: Version bump only for package @react-native-firebase/auth

8.0.8 (2020-06-26)

Note: Version bump only for package @react-native-firebase/auth

8.0.7 (2020-06-22)

Note: Version bump only for package @react-native-firebase/auth

8.0.6 (2020-06-18)

Bug Fixes

  • auth,android: too-many-requests code now correctly returned (#3795) (c799472)

8.0.5 (2020-06-10)

Note: Version bump only for package @react-native-firebase/auth

8.0.4 (2020-06-03)

Note: Version bump only for package @react-native-firebase/auth

8.0.3 (2020-06-01)

Note: Version bump only for package @react-native-firebase/auth

8.0.2 (2020-05-29)

Note: Version bump only for package @react-native-firebase/auth

8.0.1 (2020-05-29)

Note: Version bump only for package @react-native-firebase/auth

8.0.0 (2020-05-28)

  • fix!(auth): confirm code returns User instead of UserCredential (#3684) (71a1120), closes #3684

BREAKING CHANGES

  • confirm(verificationCode) now correctly returns an instance of UserCredentials instead of User. You can access User from the .user property on the UserCredentials instance.

7.1.0 (2020-05-22)

Features

7.0.2 (2020-05-15)

Bug Fixes

7.0.1 (2020-05-13)

Note: Version bump only for package @react-native-firebase/auth

7.0.0 (2020-05-13)

  • feat!: all packages should depend on core (#3613) (252a423), closes #3613

Features

  • ios: podspecs now utilize CoreOnly instead of Core (#3575) (35285f1)

BREAKING CHANGES

  • breaking change to mark new internal versioning requirements.