@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 +6 -0
- package/android/src/reactnative/java/io/invertase/firebase/app/ReactNativeFirebaseVersion.java +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/module/version.js +1 -1
- package/dist/typescript/commonjs/lib/modular.d.ts +1 -1
- package/dist/typescript/commonjs/lib/version.d.ts +1 -1
- package/dist/typescript/module/lib/modular.d.ts +1 -1
- package/dist/typescript/module/lib/version.d.ts +1 -1
- package/ios/RNFBApp/RNFBVersion.m +1 -1
- package/lib/version.ts +1 -1
- package/package.json +3 -3
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
|
package/dist/commonjs/version.js
CHANGED
package/dist/module/version.js
CHANGED
|
@@ -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.
|
|
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
|
+
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.
|
|
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
|
+
export declare const version = "23.8.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/lib/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '23.8.
|
|
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.
|
|
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.
|
|
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": "
|
|
184
|
+
"gitHead": "578c1573d9bcb9a83848f34a08be40c7b5722d9b"
|
|
185
185
|
}
|