Skip to content

Latest commit

 

History

History
447 lines (227 loc) · 24.9 KB

CHANGELOG.md

File metadata and controls

447 lines (227 loc) · 24.9 KB

Change Log

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

13.0.0 (2021-10-31)

Bug Fixes

  • rename default branch to main (25e1d3d)

12.9.3 (2021-10-22)

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

12.9.2 (2021-10-17)

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

12.9.1 (2021-10-10)

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

12.9.0 (2021-10-03)

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

12.8.0 (2021-09-14)

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

12.7.5 (2021-09-04)

Bug Fixes

  • auth, android: linkWithCredential will not attempt to upgrade from anon user (matches iOS) (#5694) (7cd1716), closes #4487 #4552

12.7.4 (2021-08-31)

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

12.7.3 (2021-08-24)

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

12.7.2 (2021-08-21)

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

12.7.1 (2021-08-20)

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

12.7.0 (2021-08-19)

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

12.6.1 (2021-08-17)

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

12.6.0 (2021-08-16)

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

12.5.0 (2021-08-12)

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

12.4.0 (2021-07-29)

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

12.3.0 (2021-07-21)

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

12.2.0 (2021-07-16)

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

12.1.0 (2021-06-11)

Bug Fixes

  • auth, android: remove browser dependency, upstream includes now (3fef777), closes #4744

12.0.0 (2021-05-19)

Bug Fixes

  • android: correct lint issues for various API mis-use (eb8d893), closes #3917

11.5.0 (2021-05-12)

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

11.4.1 (2021-04-29)

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

11.4.0 (2021-04-29)

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

11.3.3 (2021-04-24)

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

11.3.2 (2021-04-19)

Bug Fixes

  • all, android: purge jcenter() from android build (2c6a6a8)

11.3.1 (2021-04-18)

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

11.3.0 (2021-04-16)

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

11.2.0 (2021-03-26)

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

11.1.2 (2021-03-17)

Bug Fixes

  • listeners: port Emitter.once to analogous addListener/remove API (5eb2f59)

11.1.1 (2021-03-16)

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

11.1.0 (2021-03-13)

Bug Fixes

  • auth, ios: fix compile error in setTenantId code (311427e)
  • auth, useUserAccessGroup: document auth/keychain-error, add test coverage (60ec5f9), closes #5007

Features

  • auth, multi-tenant: add multi-tenant (tenantID) support (935dbc3)
  • auth, multi-tenant: expose user.tenantId in javascript (4f6d426)

11.0.0 (2021-03-03)

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

10.8.1 (2021-02-22)

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

10.8.0 (2021-02-13)

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

10.7.0 (2021-02-09)

Bug Fixes

  • auth, android: do not timezone offset when getting UTC timestamp (#4886) (85d6801)

10.6.4 (2021-02-05)

Bug Fixes

  • auth, android: add browser dependency as crash workaround (f0b4d07), closes #4744

10.6.3 (2021-02-05)

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

10.6.1 (2021-02-04)

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

10.6.0 (2021-02-04)

Bug Fixes

  • emulator: add notice on localhost URL remapping for android (73869e1), closes #4810

10.5.1 (2021-01-19)

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

10.4.1 (2021-01-08)

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

10.4.0 (2020-12-30)

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

10.3.1 (2020-12-18)

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

10.3.0 (2020-12-18)

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

10.2.0 (2020-12-11)

Features

  • firebase-ios-sdk 7.2.0 / firebase-android-sdk 26.1.1 (#4648) (a158a74)

10.1.1 (2020-12-02)

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

10.1.0 (2020-11-26)

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

10.0.0 (2020-11-17)

Bug Fixes

  • auth, android: fixed user collision handling with apple sign-in (#4487) (6a8f8ad)
  • auth, android: gracefully handle exception creating PhoneCredential (8ead604)
  • auth, android: handle failure to upgrade anonymous user (41fad36), closes #4487

Features

  • auth, emulator: add useEmulator javascript code + jest tests (532adb5)
  • auth, emulator: implement native useEmulator calls (81369a0)

BREAKING CHANGES

  • breaking change to mark new internal versioning requirements.

9.3.5 (2020-11-10)

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

9.3.4 (2020-11-10)

Bug Fixes

  • ios, auth: move to non-deprecated upstream APIs (1f2a109)

9.3.3 (2020-11-10)

Bug Fixes

  • auth, android: fixed user collision handling with apple sign-in (#4487) (6a8f8ad)

9.3.2 (2020-10-30)

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

9.3.1 (2020-10-16)

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

9.3.0 (2020-10-07)

Features

  • auth: Access to FIRAuthErrorUserInfoUpdatedCredentialKey with Apple Sign In (#4359) (5851bd0)

9.2.7 (2020-09-30)

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

9.2.6 (2020-09-30)

Bug Fixes

  • types: enable TypeScript libCheck & resolve type conflicts (#4306) (aa8ee8b)

9.2.5 (2020-09-30)

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

9.2.4 (2020-09-17)

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

9.2.3 (2020-09-17)

Bug Fixes

  • ios, podspec: depend on React-Core instead of React (#4275) (fd1a2be)

9.2.2 (2020-09-11)

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

9.2.1 (2020-09-04)

Bug Fixes

  • auth, types: allow null in photo and name for profile update (#4179) (b4436ea)

9.2.0 (2020-09-02)

Features

  • auth, android: apple sign in support in android (#4188) (c6e77a8)

9.1.2 (2020-08-28)

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

9.1.1 (2020-08-26)

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

9.1.0 (2020-08-26)

Features

  • bump firebase sdk versions, add GoogleApi dep, use Android API29 (#4122) (728f418)

9.0.0 (2020-08-20)

  • refactor(auth)!: setLanguageCode no longer a setter (#3922) (400cfb4), closes #3922

BREAKING CHANGES

  • use setLanguageCode(), not direct property access, to set language code now

8.3.3 (2020-08-15)

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

8.3.2 (2020-08-15)

Bug Fixes

  • making auth and firestore observable compatible (#4078) (d8410df)

8.3.1 (2020-08-03)

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

8.3.0 (2020-08-03)

Features

  • use latest android & ios Firebase SDKs version (#3956) (e7b4bb3)

8.2.0 (2020-07-10)

Features

8.1.2 (2020-07-09)

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

8.1.1 (2020-07-07)

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

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.