@react-native-firebase/app 23.8.1 → 23.8.2

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
+ ## [23.8.2](https://github.com/invertase/react-native-firebase/compare/v23.8.1...v23.8.2) (2026-01-14)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **app:** adopt firebase-ios-sdk 12.8.0 ([dbff0c9](https://github.com/invertase/react-native-firebase/commit/dbff0c96d6f0b5e3442545e6141213f39450739c))
11
+
6
12
  ## [23.8.1](https://github.com/invertase/react-native-firebase/compare/v23.8.0...v23.8.1) (2026-01-13)
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 = "23.8.1";
21
+ public static String VERSION = "23.8.2";
22
22
  }
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = void 0;
7
7
  // Generated by genversion.
8
- const version = exports.version = '23.8.1';
8
+ const version = exports.version = '23.8.2';
9
9
  //# sourceMappingURL=version.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // Generated by genversion.
4
- export const version = '23.8.1';
4
+ export const version = '23.8.2';
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 = "23.8.1";
94
+ export declare const SDK_VERSION = "23.8.2";
95
95
  //# sourceMappingURL=modular.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const version = "23.8.1";
1
+ export declare const version = "23.8.2";
2
2
  //# sourceMappingURL=version.d.ts.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 = "23.8.1";
94
+ export declare const SDK_VERSION = "23.8.2";
95
95
  //# sourceMappingURL=modular.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const version = "23.8.1";
1
+ export declare const version = "23.8.2";
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 = @"23.8.1";
21
+ NSString* const RNFBVersionString = @"23.8.2";
package/lib/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '23.8.1';
2
+ export const version = '23.8.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app",
3
- "version": "23.8.1",
3
+ "version": "23.8.2",
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/commonjs/index.js",
@@ -135,7 +135,7 @@
135
135
  },
136
136
  "sdkVersions": {
137
137
  "ios": {
138
- "firebase": "12.7.0",
138
+ "firebase": "12.8.0",
139
139
  "iosTarget": "15.0",
140
140
  "macosTarget": "10.15",
141
141
  "tvosTarget": "15.0"
@@ -181,5 +181,5 @@
181
181
  "node_modules/",
182
182
  "dist/"
183
183
  ],
184
- "gitHead": "46b06d2b1100ec03c7807b4ff34b583b773a19d7"
184
+ "gitHead": "578c1573d9bcb9a83848f34a08be40c7b5722d9b"
185
185
  }