@react-native-firebase/app 17.3.2 → 17.4.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,19 @@
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
+ ### [17.4.1](https://github.com/invertase/react-native-firebase/compare/v17.4.0...v17.4.1) (2023-04-01)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **crashlytics, android:** use v2.9.2 of crashlytics android plugin ([8460ab6](https://github.com/invertase/react-native-firebase/commit/8460ab6176bb0d287a277853427d94004c30a4d0)), closes [#6983](https://github.com/invertase/react-native-firebase/issues/6983)
11
+
12
+ ## [17.4.0](https://github.com/invertase/react-native-firebase/compare/v17.3.2...v17.4.0) (2023-03-25)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **android:** bump to firebase-android-sdk 31.3.0 ([500f15a](https://github.com/invertase/react-native-firebase/commit/500f15ab5409686d2b7defde32effce0f2b537d9))
17
+ - **ios:** bump firebase-ios-sdk to 10.7.0 ([7103473](https://github.com/invertase/react-native-firebase/commit/7103473e0f0b43e2e994aa7cb9ba553906f9cf46))
18
+
6
19
  ### [17.3.2](https://github.com/invertase/react-native-firebase/compare/v17.3.1...v17.3.2) (2023-03-05)
7
20
 
8
21
  ### 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 = "17.3.2";
21
+ public static String VERSION = "17.4.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 = @"17.3.2";
21
+ NSString* const RNFBVersionString = @"17.4.1";
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '17.3.2';
2
+ module.exports = '17.4.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app",
3
- "version": "17.3.2",
3
+ "version": "17.4.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",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "sdkVersions": {
67
67
  "ios": {
68
- "firebase": "10.6.0",
68
+ "firebase": "10.7.0",
69
69
  "iosTarget": "11.0",
70
70
  "macosTarget": "10.13"
71
71
  },
@@ -73,12 +73,12 @@
73
73
  "minSdk": 19,
74
74
  "targetSdk": 33,
75
75
  "compileSdk": 33,
76
- "firebase": "31.2.3",
77
- "firebaseCrashlyticsGradle": "2.9.4",
76
+ "firebase": "31.3.0",
77
+ "firebaseCrashlyticsGradle": "2.9.2",
78
78
  "firebasePerfGradle": "1.4.2",
79
79
  "gmsGoogleServicesGradle": "4.3.15",
80
80
  "playServicesAuth": "20.3.0"
81
81
  }
82
82
  },
83
- "gitHead": "e118597e22d13355cd83fd3817dacfb6546eefa2"
83
+ "gitHead": "90a25890ccf185bcf1b88aa8bcc86c72794d28d3"
84
84
  }