@react-native-firebase/app 18.6.1 → 18.7.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,16 @@
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.7.0](https://github.com/invertase/react-native-firebase/compare/v18.6.2...v18.7.0) (2023-11-28)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/app
9
+
10
+ ## [18.6.2](https://github.com/invertase/react-native-firebase/compare/v18.6.1...v18.6.2) (2023-11-23)
11
+
12
+ ### Bug Fixes
13
+
14
+ - adopt firebase-ios-sdk 10.18.0 / firebase-android-sdk 32.6.0 ([6a8b25b](https://github.com/invertase/react-native-firebase/commit/6a8b25bc1ed22860d1cef8fa3507ca5df3a28420))
15
+
6
16
  ## [18.6.1](https://github.com/invertase/react-native-firebase/compare/v18.6.0...v18.6.1) (2023-11-01)
7
17
 
8
18
  ### 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.1";
21
+ public static String VERSION = "18.7.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 = @"18.6.1";
21
+ NSString* const RNFBVersionString = @"18.7.0";
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '18.6.1';
2
+ module.exports = '18.7.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app",
3
- "version": "18.6.1",
3
+ "version": "18.7.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": "^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.17.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.5.0",
84
+ "firebase": "32.6.0",
85
85
  "firebaseCrashlyticsGradle": "2.9.9",
86
86
  "firebasePerfGradle": "1.4.2",
87
87
  "gmsGoogleServicesGradle": "4.4.0",
88
88
  "playServicesAuth": "20.7.0"
89
89
  }
90
90
  },
91
- "gitHead": "3d73352fb7434251fe661b426115339cf6d30bc1"
91
+ "gitHead": "02f1a2e1f32032b187b94316584e5b70abb47477"
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
  }
@@ -11,6 +11,7 @@ module.exports = {
11
11
  path: './ios_config.sh',
12
12
  execution_position: 'after_compile',
13
13
  input_files: ['$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)'],
14
+ always_out_of_date: '1',
14
15
  },
15
16
  ],
16
17
  },