@react-native-firebase/app 21.6.2 → 21.7.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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
+ ## [21.7.1](https://github.com/invertase/react-native-firebase/compare/v21.7.0...v21.7.1) (2025-01-20)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/app
9
+
10
+ ## [21.7.0](https://github.com/invertase/react-native-firebase/compare/v21.6.2...v21.7.0) (2025-01-16)
11
+
12
+ ### Features
13
+
14
+ - **app-distribution:** add Android app distribution plugin and configuration ([9b5c405](https://github.com/invertase/react-native-firebase/commit/9b5c405b2933c84daad561117a3eebacc65cbb7e))
15
+
16
+ ### Bug Fixes
17
+
18
+ - adopt firebase-ios-sdk 11.7.0 / firebase-android-sdk 33.7.0 ([9da251d](https://github.com/invertase/react-native-firebase/commit/9da251d081a71ec03e5e909627002598456657a2))
19
+
6
20
  ## [21.6.2](https://github.com/invertase/react-native-firebase/compare/v21.6.1...v21.6.2) (2025-01-02)
7
21
 
8
22
  **Note:** Version bump only for package @react-native-firebase/app
@@ -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 = "21.6.2";
21
+ public static String VERSION = "21.7.1";
22
22
  }
@@ -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 = @"21.6.2";
21
+ NSString* const RNFBVersionString = @"21.7.1";
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '21.6.2';
2
+ module.exports = '21.7.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app",
3
- "version": "21.6.2",
3
+ "version": "21.7.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": "lib/index.js",
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "sdkVersions": {
75
75
  "ios": {
76
- "firebase": "11.5.0",
76
+ "firebase": "11.7.0",
77
77
  "iosTarget": "13.0",
78
78
  "macosTarget": "10.15",
79
79
  "tvosTarget": "13.0"
@@ -82,12 +82,13 @@
82
82
  "minSdk": 21,
83
83
  "targetSdk": 34,
84
84
  "compileSdk": 34,
85
- "firebase": "33.5.1",
85
+ "firebase": "33.7.0",
86
86
  "firebaseCrashlyticsGradle": "3.0.2",
87
87
  "firebasePerfGradle": "1.4.2",
88
88
  "gmsGoogleServicesGradle": "4.4.2",
89
- "playServicesAuth": "21.2.0"
89
+ "playServicesAuth": "21.2.0",
90
+ "firebaseAppDistributionGradle": "5.0.0"
90
91
  }
91
92
  },
92
- "gitHead": "f3c82a58ca9a7287f7b8478addf73d842e3d196b"
93
+ "gitHead": "a11363f77efa34b41cab2bc92ed9a700b814fd8d"
93
94
  }