@react-native-firebase/app 24.1.0 → 24.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [24.1.1](https://github.com/invertase/react-native-firebase/compare/v24.1.0...v24.1.1) (2026-06-10)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **ios:** revert to firebase-ios-sdk 12.10.0 to avoid startup crash ([b97bc26](https://github.com/invertase/react-native-firebase/commit/b97bc26af0a0d5314826d6cf42a0518e8dd37ada))
11
+
6
12
  ## [24.1.0](https://github.com/invertase/react-native-firebase/compare/v24.0.0...v24.1.0) (2026-06-05)
7
13
 
8
14
  ### Bug Fixes
@@ -18,5 +18,5 @@ package io.invertase.firebase.app;
18
18
  */
19
19
  // generated file - do not modify or commit
20
20
  public class ReactNativeFirebaseVersion {
21
- public static String VERSION = "24.1.0";
21
+ public static String VERSION = "24.1.1";
22
22
  }
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // Generated by genversion.
4
- export const version = '24.1.0';
4
+ export const version = '24.1.1';
5
5
  //# sourceMappingURL=version.js.map
@@ -91,5 +91,5 @@ export declare function preferencesSetBool(key: string, value: boolean): Promise
91
91
  * @returns Promise<void>
92
92
  */
93
93
  export declare function preferencesSetString(key: string, value: string): Promise<void>;
94
- export declare const SDK_VERSION = "24.1.0";
94
+ export declare const SDK_VERSION = "24.1.1";
95
95
  //# sourceMappingURL=modular.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const version = "24.1.0";
1
+ export declare const version = "24.1.1";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -18,4 +18,4 @@
18
18
  #import <React/RCTVersion.h>
19
19
 
20
20
  // generated file - do not modify or commit
21
- NSString* const RNFBVersionString = @"24.1.0";
21
+ NSString* const RNFBVersionString = @"24.1.1";
package/lib/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '24.1.0';
2
+ export const version = '24.1.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app",
3
- "version": "24.1.0",
3
+ "version": "24.1.1",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
6
6
  "main": "./dist/module/index.js",
@@ -105,7 +105,7 @@
105
105
  },
106
106
  "sdkVersions": {
107
107
  "ios": {
108
- "firebase": "12.11.0",
108
+ "firebase": "12.10.0",
109
109
  "iosTarget": "15.0",
110
110
  "macosTarget": "10.15",
111
111
  "tvosTarget": "15.0"
@@ -145,5 +145,5 @@
145
145
  "node_modules/",
146
146
  "dist/"
147
147
  ],
148
- "gitHead": "804a51fd265453f2385adb0ac96a6abf992c0316"
148
+ "gitHead": "ea699f0bbcc98d25eebea4bfbe88cf1e9f2d0107"
149
149
  }