@react-native-firebase/app 18.6.0 → 18.6.2

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
+ ## [18.6.2](https://github.com/invertase/react-native-firebase/compare/v18.6.1...v18.6.2) (2023-11-23)
7
+
8
+ ### Bug Fixes
9
+
10
+ - adopt firebase-ios-sdk 10.18.0 / firebase-android-sdk 32.6.0 ([6a8b25b](https://github.com/invertase/react-native-firebase/commit/6a8b25bc1ed22860d1cef8fa3507ca5df3a28420))
11
+
12
+ ## [18.6.1](https://github.com/invertase/react-native-firebase/compare/v18.6.0...v18.6.1) (2023-11-01)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **app, android:** adopt firebase-android-sdk 32.5.0 ([9834bfb](https://github.com/invertase/react-native-firebase/commit/9834bfb7feeef4d40d8524f81be5d1f722cae3b8))
17
+ - **app, sdk:** adopt firebase-ios-sdk 10.17.0 ([c926af3](https://github.com/invertase/react-native-firebase/commit/c926af334999fb6e462487ac43f07e08f808ac13))
18
+
6
19
  ## [18.6.0](https://github.com/invertase/react-native-firebase/compare/v18.5.0...v18.6.0) (2023-10-26)
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 = "18.6.0";
21
+ public static String VERSION = "18.6.2";
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 = @"18.6.0";
21
+ NSString* const RNFBVersionString = @"18.6.2";
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '18.6.0';
2
+ module.exports = '18.6.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app",
3
- "version": "18.6.0",
3
+ "version": "18.6.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": "lib/index.js",
@@ -61,7 +61,7 @@
61
61
  "superstruct": "^0.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "expo": "^49.0.16"
64
+ "expo": "^49.0.20"
65
65
  },
66
66
  "peerDependenciesMeta": {
67
67
  "expo": {
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "sdkVersions": {
75
75
  "ios": {
76
- "firebase": "10.15.0",
76
+ "firebase": "10.18.0",
77
77
  "iosTarget": "11.0",
78
78
  "macosTarget": "10.13"
79
79
  },
@@ -81,12 +81,12 @@
81
81
  "minSdk": 19,
82
82
  "targetSdk": 33,
83
83
  "compileSdk": 33,
84
- "firebase": "32.4.0",
84
+ "firebase": "32.6.0",
85
85
  "firebaseCrashlyticsGradle": "2.9.9",
86
86
  "firebasePerfGradle": "1.4.2",
87
- "gmsGoogleServicesGradle": "4.3.15",
87
+ "gmsGoogleServicesGradle": "4.4.0",
88
88
  "playServicesAuth": "20.7.0"
89
89
  }
90
90
  },
91
- "gitHead": "adbbd4171adb1e3c2306da1285520abbaf9313b8"
91
+ "gitHead": "8673f3162667f5fd9f942ccac24cecbd18a79aa3"
92
92
  }
@@ -35,7 +35,7 @@ function modifyObjcAppDelegate(contents) {
35
35
  src: contents,
36
36
  newSrc: methodInvocationBlock,
37
37
  anchor: methodInvocationLineMatcher,
38
- offset: 0,
38
+ offset: 0, // new line will be inserted right above matched anchor
39
39
  comment: '//',
40
40
  }).contents;
41
41
  }