Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
22.4.0 (2025-07-10)
Note: Version bump only for package @react-native-firebase/auth
22.3.0 (2025-07-08)
Bug Fixes
22.2.1 (2025-06-10)
Bug Fixes
22.2.0 (2025-05-12)
Bug Fixes
- auth, expo: lowercase
String?
in swift using.lowercased()
(af435e8) - auth: missing PhoneMultiFactorGenerator export (aaaec03)
22.1.0 (2025-04-30)
Features
- auth, expo: add support for AppDelegate.swift (e4966ef)
Bug Fixes
- auth, android: catch native error in signWithEmailLink (a08580e)
- auth: delegate modular
multiFactor
to MultiFactorUser constructor (0937c77)
22.0.0 (2025-04-25)
⚠ BREAKING CHANGES
- auth: return type of auth isSignInWithEmailLink changed from boolean to Promise<boolean>
Features
Bug Fixes
- analytics: Type defs (#8363) (74efc84)
- android: use
=
assignment vs deprecated space-assignment (39c2ecb) - auth: Make REVERSED_CLIENT_ID optional (#8470) (a909d1b)
- enable provenance signing during publish (4535f0d)
21.14.0 (2025-04-14)
Bug Fixes
21.13.0 (2025-03-31)
Features
21.12.3 (2025-03-26)
Note: Version bump only for package @react-native-firebase/auth
21.12.2 (2025-03-23)
Bug Fixes
21.12.1 (2025-03-22)
Note: Version bump only for package @react-native-firebase/auth
21.12.0 (2025-03-03)
Note: Version bump only for package @react-native-firebase/auth
21.11.0 (2025-02-20)
Features
21.10.1 (2025-02-18)
Note: Version bump only for package @react-native-firebase/auth
21.10.0 (2025-02-11)
Note: Version bump only for package @react-native-firebase/auth
21.9.0 (2025-02-11)
Note: Version bump only for package @react-native-firebase/auth
21.8.0 (2025-02-10)
Bug Fixes
- do not ship unit tests in released packages (e71dadf)
21.7.4 (2025-02-08)
Bug Fixes
- the init calls for modular should use modular getApp() (79da98b)
21.7.3 (2025-02-08)
Bug Fixes
21.7.2 (2025-02-05)
Note: Version bump only for package @react-native-firebase/auth
21.7.1 (2025-01-20)
Note: Version bump only for package @react-native-firebase/auth
21.7.0 (2025-01-16)
Bug Fixes
- auth, types: instantiating OAuthProvider returns OAuthProvider (e068e12)
21.6.2 (2025-01-02)
Bug Fixes
21.6.1 (2024-11-25)
Note: Version bump only for package @react-native-firebase/auth
21.6.0 (2024-11-20)
Note: Version bump only for package @react-native-firebase/auth
21.5.0 (2024-11-16)
Bug Fixes
- android: rn74 forward-port onCatalystInstanceDestroy -> invalidate (83696ea)
21.4.1 (2024-11-13)
Reverts
- Revert "fix(ios, sdk): constrain transitive dependencies more tightly" (1ff247c)
21.4.0 (2024-11-07)
Features
- Add initial tvOS support to some firebase packages (ca51b51)
Bug Fixes
- auth, tvOS: guard all phone & MFA with iOS-only compile ifdef (3691bd0)
21.3.0 (2024-10-31)
Note: Version bump only for package @react-native-firebase/auth
21.2.0 (2024-10-22)
Note: Version bump only for package @react-native-firebase/auth
21.1.1 (2024-10-22)
Bug Fixes
- ios, sdk: constrain transitive dependencies more tightly (d03ab42)
21.1.0 (2024-10-21)
Note: Version bump only for package @react-native-firebase/auth
21.0.0 (2024-09-26)
Note: Version bump only for package @react-native-firebase/auth
20.5.0 (2024-09-11)
Note: Version bump only for package @react-native-firebase/auth
20.4.0 (2024-08-13)
Note: Version bump only for package @react-native-firebase/auth
20.3.0 (2024-07-19)
Features
- auth,other: allow optional enabling of Auth session persistence via async storage (d1ea703)
20.2.1 (2024-07-17)
Note: Version bump only for package @react-native-firebase/auth
20.2.0 (2024-07-15)
Features
20.1.0 (2024-06-04)
Note: Version bump only for package @react-native-firebase/auth
20.0.0 (2024-05-20)
⚠ BREAKING CHANGES
app, android: - requires minSdk 21+ in general, 23+ for auth module
requires compileSdk 34+
- app-distribution gradle plugin requires
- gradle 7.3+
- android gradle plugin 7+
- google services plugin 4.3.2+
- crashlytics plugin requires
- gradle 8+
- android gradle plugin 8.1+
- google services plugin 4.4.1+
Features
- app, android: android-sdk 33.0.0 - needs minSdk 21+ (23+ for auth) (f29fecb)
19.3.0 (2024-05-20)
Features
- include phoneNumber from PhoneMultiFactorInfo (5acdfb3)
Bug Fixes
- auth, android: change error code for invalid multi-factor session to match iOS WIP needs test (0f15f2d)
- auth, android: return credential for signin if phone auth has link collision (#7793) (f8916e2)
- auth, ios: reject multi-factor API call if session not found (3d61e32)
19.2.2 (2024-04-13)
Note: Version bump only for package @react-native-firebase/auth
19.2.1 (2024-04-12)
Bug Fixes
- auth, android: Pass firebaseAuth into OAuthProvider.newBuilder(...) (#7677) (21a9454)
- auth, ios: deprecate MultifactorInfo.enrollmentDate should be
enrollmentTime
(#7653) (d9987da), closes /github.com/invertase/react-native-firebase/blob/main/packages/auth/android/src/main/java/io/invertase/firebase/auth/ReactNativeFirebaseAuthModule.java#L2500 /github.com/invertase/react-native-firebase/blob/main/packages/auth/lib/index.d.ts#L483 #7565 - auth: deprecate MultiFactorUser.enrolledFactor should be plural
enrolledFactors
(#7652) (1ae7481), closes /github.com/invertase/react-native-firebase/blob/main/packages/auth/lib/index.d.ts#L568 /github.com/invertase/react-native-firebase/blob/main/packages/auth/android/src/main/java/io/invertase/firebase/auth/ReactNativeFirebaseAuthModule.java#L2476 /github.com/invertase/react-native-firebase/blob/main/packages/auth/ios/RNFBAuth/RNFBAuthModule.m#L1681 /github.com/firebase/firebase-js-sdk/blob/master/packages/auth/src/mfa/mfa_user.ts#L34
19.2.0 (2024-04-10)
Note: Version bump only for package @react-native-firebase/auth
19.1.2 (2024-04-03)
Note: Version bump only for package @react-native-firebase/auth
19.1.1 (2024-03-26)
Note: Version bump only for package @react-native-firebase/auth
19.1.0 (2024-03-23)
Note: Version bump only for package @react-native-firebase/auth
19.0.1 (2024-03-07)
Note: Version bump only for package @react-native-firebase/auth
19.0.0 (2024-02-26)
⚠ BREAKING CHANGES
- auth, android: multifactor error messages were auth/unknown before on android Now they will correctly come through as auth/invalid-verification-code If you were relying on the previous auth/unknown codes you will need to update your error handling code
Bug Fixes
- auth, android: correct error messages for finalizeMultiFactorEnrollment (b0be508)
18.9.0 (2024-02-21)
Bug Fixes
18.8.0 (2024-01-25)
Features
- auth, authDomain: implement FirebaseOptions.authDomain on Auth (a1f4710)
Bug Fixes
18.7.3 (2023-12-13)
Note: Version bump only for package @react-native-firebase/auth
18.7.2 (2023-12-08)
Note: Version bump only for package @react-native-firebase/auth
18.7.1 (2023-11-29)
Note: Version bump only for package @react-native-firebase/auth
18.7.0 (2023-11-28)
Features
18.6.2 (2023-11-23)
Bug Fixes
- adopt firebase-ios-sdk 10.18.0 / firebase-android-sdk 32.6.0 (6a8b25b)
18.6.1 (2023-11-01)
Note: Version bump only for package @react-native-firebase/auth
18.6.0 (2023-10-26)
Note: Version bump only for package @react-native-firebase/auth
18.5.0 (2023-09-22)
Features
- auth: Expose modular API that matches the Firebase web JS SDK v9 API (e3a93bc)
18.4.0 (2023-09-11)
Note: Version bump only for package @react-native-firebase/auth
18.3.2 (2023-09-02)
Note: Version bump only for package @react-native-firebase/auth
18.3.1 (2023-08-23)
Bug Fixes
- auth, android: avoid crash on react-native < 0.63 (3fee0d6)
18.3.0 (2023-07-19)
Features
18.2.0 (2023-07-13)
Note: Version bump only for package @react-native-firebase/auth
18.1.0 (2023-06-22)
Note: Version bump only for package @react-native-firebase/auth
18.0.0 (2023-06-05)
⚠ BREAKING CHANGES
- app, sdks: firebase-ios-sdk 10.8.0 and higher require Xcode 13.3+, which transitively requires macOS 12.0+. You must update your CI build environments to meet these minimums as well as your development environments - if you have older hardware that still works but cannot be upgraded normally, you may like: https://dortania.github.io/OpenCore-Legacy-Patcher/
Features
- app, sdks: ios-sdk 10.8.0 requires Xcode 13.3+; android-sdk 31.5.0 (86dc4d5)
- auth, android: add forceRecaptchaFlowForTesting API (#7148) (95d014c)
17.5.0 (2023-05-11)
Note: Version bump only for package @react-native-firebase/auth
17.4.3 (2023-04-26)
Bug Fixes
- expo: update dependencies of config plugins (3e81143)
17.4.2 (2023-04-05)
Note: Version bump only for package @react-native-firebase/auth
17.4.1 (2023-04-01)
Note: Version bump only for package @react-native-firebase/auth
17.4.0 (2023-03-25)
Note: Version bump only for package @react-native-firebase/auth
17.3.2 (2023-03-05)
Bug Fixes
17.3.1 (2023-02-23)
Note: Version bump only for package @react-native-firebase/auth
17.3.0 (2023-02-15)
Note: Version bump only for package @react-native-firebase/auth
17.2.0 (2023-02-15)
Note: Version bump only for package @react-native-firebase/auth
17.1.0 (2023-02-09)
Note: Version bump only for package @react-native-firebase/auth
17.0.0 (2023-02-02)
Note: Version bump only for package @react-native-firebase/auth
16.7.0 (2023-01-28)
Note: Version bump only for package @react-native-firebase/auth
16.6.0 (2023-01-27)
Features
16.5.2 (2023-01-23)
Bug Fixes
16.5.1 (2023-01-20)
Note: Version bump only for package @react-native-firebase/auth
16.5.0 (2022-12-16)
Note: Version bump only for package @react-native-firebase/auth
16.4.6 (2022-11-18)
Note: Version bump only for package @react-native-firebase/auth
16.4.5 (2022-11-16)
Note: Version bump only for package @react-native-firebase/auth
16.4.4 (2022-11-14)
Bug Fixes
- auth, multifactor: put multiFactor and getMultiFactorResolver on auth() (357094e)
16.4.3 (2022-11-06)
Bug Fixes
- auth, types: augment multi-factor auth types (5f183c4)
16.4.2 (2022-11-04)
Note: Version bump only for package @react-native-firebase/auth
16.4.1 (2022-11-02)
Note: Version bump only for package @react-native-firebase/auth
16.4.0 (2022-10-30)
Features
16.3.1 (2022-10-28)
Note: Version bump only for package @react-native-firebase/auth
16.3.0 (2022-10-26)
Features
16.2.0 (2022-10-23)
Note: Version bump only for package @react-native-firebase/auth
16.1.1 (2022-10-21)
Note: Version bump only for package @react-native-firebase/auth
16.1.0 (2022-10-20)
Bug Fixes
- auth, emulator: guard against double useEmulator calls (13402d5)
16.0.0 (2022-10-19)
Note: Version bump only for package @react-native-firebase/auth
15.7.1 (2022-10-19)
Note: Version bump only for package @react-native-firebase/auth
15.7.0 (2022-10-01)
Note: Version bump only for package @react-native-firebase/auth
15.6.0 (2022-09-17)
Bug Fixes
15.5.0 (2022-09-16)
Note: Version bump only for package @react-native-firebase/auth
15.4.0 (2022-08-27)
Note: Version bump only for package @react-native-firebase/auth
15.3.0 (2022-08-07)
Note: Version bump only for package @react-native-firebase/auth
15.2.0 (2022-07-21)
Note: Version bump only for package @react-native-firebase/auth
15.1.1 (2022-06-28)
Note: Version bump only for package @react-native-firebase/auth
15.1.0 (2022-06-28)
Note: Version bump only for package @react-native-firebase/auth
15.0.0 (2022-06-20)
Note: Version bump only for package @react-native-firebase/auth
14.11.1 (2022-06-17)
Note: Version bump only for package @react-native-firebase/auth
14.11.0 (2022-05-27)
Note: Version bump only for package @react-native-firebase/auth
14.10.1 (2022-05-26)
Note: Version bump only for package @react-native-firebase/auth
14.10.0 (2022-05-26)
Note: Version bump only for package @react-native-firebase/auth
14.9.4 (2022-05-14)
Note: Version bump only for package @react-native-firebase/auth
14.9.3 (2022-05-10)
Note: Version bump only for package @react-native-firebase/auth
14.9.2 (2022-05-10)
Note: Version bump only for package @react-native-firebase/auth
14.9.1 (2022-04-28)
Note: Version bump only for package @react-native-firebase/auth
14.9.0 (2022-04-27)
Features
14.8.1 (2022-04-25)
Note: Version bump only for package @react-native-firebase/auth
14.8.0 (2022-04-19)
Note: Version bump only for package @react-native-firebase/auth
14.7.0 (2022-03-23)
Note: Version bump only for package @react-native-firebase/auth
14.6.0 (2022-03-23)
Bug Fixes
14.5.1 (2022-03-05)
Note: Version bump only for package @react-native-firebase/auth
14.5.0 (2022-02-15)
Features
14.4.0 (2022-02-13)
Features
14.3.3 (2022-02-12)
Note: Version bump only for package @react-native-firebase/auth
14.3.2 (2022-02-10)
Note: Version bump only for package @react-native-firebase/auth
14.3.1 (2022-02-07)
Note: Version bump only for package @react-native-firebase/auth
14.3.0 (2022-01-26)
Note: Version bump only for package @react-native-firebase/auth
14.2.4 (2022-01-24)
Note: Version bump only for package @react-native-firebase/auth
14.2.3 (2022-01-20)
Note: Version bump only for package @react-native-firebase/auth
14.2.2 (2022-01-06)
Note: Version bump only for package @react-native-firebase/auth
14.2.1 (2021-12-31)
Note: Version bump only for package @react-native-firebase/auth
14.2.0 (2021-12-31)
Note: Version bump only for package @react-native-firebase/auth
14.1.0 (2021-12-18)
Note: Version bump only for package @react-native-firebase/auth
14.0.1 (2021-12-15)
Bug Fixes
- auth, phone: call verifyPhoneNumber callbacks correctly (7c082be)
14.0.0 (2021-12-14)
Note: Version bump only for package @react-native-firebase/auth
13.1.1 (2021-12-14)
Bug Fixes
- deps: AGP7.0.4, firebase-android-sdk 29.0.2, javascript deps (55d0a36)
13.1.0 (2021-12-02)
Features
13.0.1 (2021-11-05)
Note: Version bump only for package @react-native-firebase/auth
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
12.0.0 (2021-05-19)
Bug Fixes
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
10.6.4 (2021-02-05)
Bug Fixes
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
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
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
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
9.2.7 (2020-09-30)
Note: Version bump only for package @react-native-firebase/auth
9.2.6 (2020-09-30)
Bug Fixes
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
9.2.2 (2020-09-11)
Note: Version bump only for package @react-native-firebase/auth
9.2.1 (2020-09-04)
Bug Fixes
9.2.0 (2020-09-02)
Features
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
9.0.0 (2020-08-20)
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
8.3.1 (2020-08-03)
Note: Version bump only for package @react-native-firebase/auth
8.3.0 (2020-08-03)
Features
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
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
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)
BREAKING CHANGES
confirm(verificationCode)
now correctly returns an instance ofUserCredentials
instead ofUser
. You can accessUser
from the.user
property on theUserCredentials
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)
Features
BREAKING CHANGES
- breaking change to mark new internal versioning requirements.