@react-native-firebase/app 19.3.0 → 20.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
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
+ ## [20.1.0](https://github.com/invertase/react-native-firebase/compare/v20.0.0...v20.1.0) (2024-06-04)
7
+
8
+ ### Features
9
+
10
+ - **app:** ios sdk 10.27.0 / android sdk 33.1.0 ([b6158d6](https://github.com/invertase/react-native-firebase/commit/b6158d6ff355ea9156b6f3c3b062c74aaf0d240e))
11
+
12
+ ## [20.0.0](https://github.com/invertase/react-native-firebase/compare/v19.3.0...v20.0.0) (2024-05-20)
13
+
14
+ ### ⚠ BREAKING CHANGES
15
+
16
+ - **app, android:** - requires minSdk 21+ in general, 23+ for auth module
17
+
18
+ * requires compileSdk 34+
19
+ * app-distribution gradle plugin requires
20
+ - gradle 7.3+
21
+ - android gradle plugin 7+
22
+ - google services plugin 4.3.2+
23
+ * crashlytics plugin requires
24
+ - gradle 8+
25
+ - android gradle plugin 8.1+
26
+ - google services plugin 4.4.1+
27
+
28
+ - **app, ios:** firebase-ios-sdk 10.25.0 requires minimum Xcode 15.2+
29
+
30
+ This transitively requires macOS Ventura 13.5+ - for old hardware
31
+ you may investigate OCLP (OpenCore Legacy Patcher) to update macOS
32
+ to current versions and access newer Xcode versions
33
+
34
+ ### Features
35
+
36
+ - **app, android:** android-sdk 33.0.0 - needs minSdk 21+ (23+ for auth) ([f29fecb](https://github.com/invertase/react-native-firebase/commit/f29fecbe72c27e60f8fec1cee6fa879b788d27b3))
37
+ - **app, ios:** adopt firebase-ios-sdk 10.25.0 requires Xcode 15.2+ ([73f3c23](https://github.com/invertase/react-native-firebase/commit/73f3c2397d2f56ed5a139d2a8b8a13930c86aabc))
38
+
6
39
  ## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20)
7
40
 
8
41
  ### Bug Fixes
@@ -11,7 +11,7 @@ buildscript {
11
11
  }
12
12
 
13
13
  dependencies {
14
- classpath("com.android.tools.build:gradle:8.1.2")
14
+ classpath("com.android.tools.build:gradle:8.4.0")
15
15
  }
16
16
  }
17
17
  }
@@ -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 = "19.3.0";
21
+ public static String VERSION = "20.1.0";
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 = @"19.3.0";
21
+ NSString* const RNFBVersionString = @"20.1.0";
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '19.3.0';
2
+ module.exports = '20.1.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app",
3
- "version": "19.3.0",
3
+ "version": "20.1.0",
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",
@@ -61,7 +61,7 @@
61
61
  "superstruct": "^0.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "expo": "^50.0.15"
64
+ "expo": "^50.0.18"
65
65
  },
66
66
  "peerDependenciesMeta": {
67
67
  "expo": {
@@ -73,20 +73,20 @@
73
73
  },
74
74
  "sdkVersions": {
75
75
  "ios": {
76
- "firebase": "10.24.0",
76
+ "firebase": "10.27.0",
77
77
  "iosTarget": "11.0",
78
78
  "macosTarget": "10.13"
79
79
  },
80
80
  "android": {
81
- "minSdk": 19,
82
- "targetSdk": 33,
83
- "compileSdk": 33,
84
- "firebase": "32.8.1",
85
- "firebaseCrashlyticsGradle": "2.9.9",
81
+ "minSdk": 21,
82
+ "targetSdk": 34,
83
+ "compileSdk": 34,
84
+ "firebase": "33.1.0",
85
+ "firebaseCrashlyticsGradle": "3.0.0",
86
86
  "firebasePerfGradle": "1.4.2",
87
- "gmsGoogleServicesGradle": "4.4.1",
88
- "playServicesAuth": "21.0.0"
87
+ "gmsGoogleServicesGradle": "4.4.2",
88
+ "playServicesAuth": "21.1.1"
89
89
  }
90
90
  },
91
- "gitHead": "edac62269c1b3088cadf74586d48f68214d6e8e4"
91
+ "gitHead": "99819b9cef23ac46080cbffe50cc85083305d04c"
92
92
  }