@react-native-firebase/app 16.7.0 → 17.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,25 @@
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.1.0](https://github.com/invertase/react-native-firebase/compare/v17.0.0...v17.1.0) (2023-02-09)
7
+
8
+ ### Features
9
+
10
+ - **app, ios:** firebase-ios-sdk 10.5.0 ([cc80d7c](https://github.com/invertase/react-native-firebase/commit/cc80d7c11f533b292d1f5b681a05a206ddc93e9c))
11
+
12
+ ## [17.0.0](https://github.com/invertase/react-native-firebase/compare/v16.7.0...v17.0.0) (2023-02-02)
13
+
14
+ ### ⚠ BREAKING CHANGES
15
+
16
+ - **app, ios:** You must have an APNS token before calling getToken to
17
+ get an FCM token on iOS. Previously it was not required. See documentation
18
+ for setAPNSToken if you are using getToken in testing or have disabled
19
+ FCM Swizzling, and use setAPNSToken to set a token before using getToken
20
+
21
+ ### Features
22
+
23
+ - **app, ios:** adopt firebase-ios-sdk 10.4.0 ([1b8df4c](https://github.com/invertase/react-native-firebase/commit/1b8df4c8e55d474c09e301f9c7b58b6128ae6485))
24
+
6
25
  ## [16.7.0](https://github.com/invertase/react-native-firebase/compare/v16.6.0...v16.7.0) (2023-01-28)
7
26
 
8
27
  **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 = "16.7.0";
21
+ public static String VERSION = "17.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 = @"16.7.0";
21
+ NSString* const RNFBVersionString = @"17.1.0";
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '16.7.0';
2
+ module.exports = '17.1.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app",
3
- "version": "16.7.0",
3
+ "version": "17.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",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "sdkVersions": {
67
67
  "ios": {
68
- "firebase": "10.3.0",
68
+ "firebase": "10.5.0",
69
69
  "iosTarget": "11.0",
70
70
  "macosTarget": "10.13"
71
71
  },
@@ -80,5 +80,5 @@
80
80
  "playServicesAuth": "20.3.0"
81
81
  }
82
82
  },
83
- "gitHead": "a94f371da16f9bf873c18b09541cbeb19960978d"
83
+ "gitHead": "635d595389bfb224fc530681627fb2180fea6e26"
84
84
  }