@react-native-firebase/app 12.7.3 → 12.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/RNFBApp.podspec +1 -1
- package/android/src/reactnative/java/io/invertase/firebase/app/ReactNativeFirebaseVersion.java +1 -1
- package/ios/RNFBApp/RNFBVersion.m +1 -1
- package/lib/version.js +1 -1
- package/package.json +5 -5
- package/plugin/build/android/applyPlugin.js +1 -1
- package/plugin/build/android/buildscriptDependency.js +1 -1
- package/plugin/build/android/copyGoogleServices.js +1 -1
- package/plugin/build/index.js +2 -2
- package/plugin/build/ios/appDelegate.js +1 -1
- package/plugin/build/ios/googleServicesPlist.js +1 -1
- package/react-native.config.js +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,32 @@
|
|
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
|
+
# [12.9.0](https://github.com/invertase/react-native-firebase/compare/v12.8.0...v12.9.0) (2021-10-03)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **ios, app:** minimum cocoapods version is 1.10.2, not just 1.10.0 ([914e447](https://github.com/invertase/react-native-firebase/commit/914e447173356ee861858b766020899bd33438d5))
|
11
|
+
|
12
|
+
### Features
|
13
|
+
|
14
|
+
- **sdk:** bump firebase-ios-sdk to 8.8.0 ([c56bdb3](https://github.com/invertase/react-native-firebase/commit/c56bdb3171e998efa1b7860519a06a5fb3515ac2))
|
15
|
+
|
16
|
+
# [12.8.0](https://github.com/invertase/react-native-firebase/compare/v12.7.5...v12.8.0) (2021-09-14)
|
17
|
+
|
18
|
+
### Features
|
19
|
+
|
20
|
+
- **sdk:** firebase-ios-sdk to 8.7.0 / firebase-android-sdk 28.4.1 ([ee79ab3](https://github.com/invertase/react-native-firebase/commit/ee79ab334335767e0b1603190ad0ceda890e0c10))
|
21
|
+
|
22
|
+
## [12.7.5](https://github.com/invertase/react-native-firebase/compare/v12.7.4...v12.7.5) (2021-09-04)
|
23
|
+
|
24
|
+
### Bug Fixes
|
25
|
+
|
26
|
+
- **app, ios:** correct path to 'Info.plist' for ios build dependency ([#5677](https://github.com/invertase/react-native-firebase/issues/5677)) ([ea6920c](https://github.com/invertase/react-native-firebase/commit/ea6920c3e900d76cce254a8da1704f50f3f2bc9a)), closes [#5152](https://github.com/invertase/react-native-firebase/issues/5152) [#5153](https://github.com/invertase/react-native-firebase/issues/5153)
|
27
|
+
|
28
|
+
## [12.7.4](https://github.com/invertase/react-native-firebase/compare/v12.7.3...v12.7.4) (2021-08-31)
|
29
|
+
|
30
|
+
**Note:** Version bump only for package @react-native-firebase/app
|
31
|
+
|
6
32
|
## [12.7.3](https://github.com/invertase/react-native-firebase/compare/v12.7.2...v12.7.3) (2021-08-24)
|
7
33
|
|
8
34
|
**Note:** Version bump only for package @react-native-firebase/app
|
package/RNFBApp.podspec
CHANGED
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
|
|
16
16
|
s.source = { :git => "https://github.com/invertase/react-native-firebase.git", :tag => "v#{s.version}" }
|
17
17
|
s.social_media_url = 'http://twitter.com/invertaseio'
|
18
18
|
s.ios.deployment_target = "10.0"
|
19
|
-
s.cocoapods_version = '>= 1.10.
|
19
|
+
s.cocoapods_version = '>= 1.10.2'
|
20
20
|
s.source_files = "ios/**/*.{h,m}"
|
21
21
|
|
22
22
|
# React Native dependencies
|
package/lib/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
// generated by genversion
|
2
|
-
module.exports = '12.
|
2
|
+
module.exports = '12.9.0';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/app",
|
3
|
-
"version": "12.
|
3
|
+
"version": "12.9.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",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"react-native": "*"
|
57
57
|
},
|
58
58
|
"dependencies": {
|
59
|
-
"@expo/config-plugins": "^3.0
|
59
|
+
"@expo/config-plugins": "^3.1.0",
|
60
60
|
"opencollective-postinstall": "^2.0.1",
|
61
61
|
"superstruct": "^0.6.2"
|
62
62
|
},
|
@@ -65,19 +65,19 @@
|
|
65
65
|
},
|
66
66
|
"sdkVersions": {
|
67
67
|
"ios": {
|
68
|
-
"firebase": "8.
|
68
|
+
"firebase": "8.8.0"
|
69
69
|
},
|
70
70
|
"android": {
|
71
71
|
"minSdk": 16,
|
72
72
|
"targetSdk": 30,
|
73
73
|
"compileSdk": 30,
|
74
74
|
"buildTools": "30.0.2",
|
75
|
-
"firebase": "28.
|
75
|
+
"firebase": "28.4.1",
|
76
76
|
"firebaseCrashlyticsGradle": "2.7.1",
|
77
77
|
"firebasePerfGradle": "1.4.0",
|
78
78
|
"gmsGoogleServicesGradle": "4.3.10",
|
79
79
|
"playServicesAuth": "19.2.0"
|
80
80
|
}
|
81
81
|
},
|
82
|
-
"gitHead": "
|
82
|
+
"gitHead": "092cd33b56125eaa0bef47466697c0c7fb7ecb0f"
|
83
83
|
}
|
@@ -7,7 +7,7 @@ const constants_1 = require("./constants");
|
|
7
7
|
* Update `app/build.gradle` by applying google-services plugin
|
8
8
|
*/
|
9
9
|
const withApplyGoogleServicesPlugin = config => {
|
10
|
-
return config_plugins_1.withAppBuildGradle(config, config => {
|
10
|
+
return (0, config_plugins_1.withAppBuildGradle)(config, config => {
|
11
11
|
if (config.modResults.language === 'groovy') {
|
12
12
|
config.modResults.contents = applyPlugin(config.modResults.contents);
|
13
13
|
}
|
@@ -7,7 +7,7 @@ const constants_1 = require("./constants");
|
|
7
7
|
* Update `<project>/build.gradle` by adding google-services dependency to buildscript
|
8
8
|
*/
|
9
9
|
const withBuildscriptDependency = config => {
|
10
|
-
return config_plugins_1.withProjectBuildGradle(config, config => {
|
10
|
+
return (0, config_plugins_1.withProjectBuildGradle)(config, config => {
|
11
11
|
if (config.modResults.language === 'groovy') {
|
12
12
|
config.modResults.contents = setBuildscriptDependency(config.modResults.contents);
|
13
13
|
}
|
@@ -12,7 +12,7 @@ const fs_1 = __importDefault(require("fs"));
|
|
12
12
|
* Copy `google-services.json`
|
13
13
|
*/
|
14
14
|
const withCopyAndroidGoogleServices = config => {
|
15
|
-
return config_plugins_1.withDangerousMod(config, [
|
15
|
+
return (0, config_plugins_1.withDangerousMod)(config, [
|
16
16
|
'android',
|
17
17
|
async (config) => {
|
18
18
|
var _a;
|
package/plugin/build/index.js
CHANGED
@@ -7,7 +7,7 @@ const ios_1 = require("./ios");
|
|
7
7
|
* A config plugin for configuring `@react-native-firebase/app`
|
8
8
|
*/
|
9
9
|
const withRnFirebaseApp = config => {
|
10
|
-
return config_plugins_1.withPlugins(config, [
|
10
|
+
return (0, config_plugins_1.withPlugins)(config, [
|
11
11
|
// iOS
|
12
12
|
ios_1.withFirebaseAppDelegate,
|
13
13
|
ios_1.withIosGoogleServicesFile,
|
@@ -18,4 +18,4 @@ const withRnFirebaseApp = config => {
|
|
18
18
|
]);
|
19
19
|
};
|
20
20
|
const pak = require('@react-native-firebase/app/package.json');
|
21
|
-
exports.default = config_plugins_1.createRunOncePlugin(withRnFirebaseApp, pak.name, pak.version);
|
21
|
+
exports.default = (0, config_plugins_1.createRunOncePlugin)(withRnFirebaseApp, pak.name, pak.version);
|
@@ -23,7 +23,7 @@ function modifyObjcAppDelegate(contents) {
|
|
23
23
|
}
|
24
24
|
exports.modifyObjcAppDelegate = modifyObjcAppDelegate;
|
25
25
|
const withFirebaseAppDelegate = config => {
|
26
|
-
return config_plugins_1.withDangerousMod(config, [
|
26
|
+
return (0, config_plugins_1.withDangerousMod)(config, [
|
27
27
|
'ios',
|
28
28
|
async (config) => {
|
29
29
|
const fileInfo = config_plugins_1.IOSConfig.Paths.getAppDelegate(config.modRequest.projectRoot);
|
@@ -8,7 +8,7 @@ const config_plugins_1 = require("@expo/config-plugins");
|
|
8
8
|
const fs_1 = __importDefault(require("fs"));
|
9
9
|
const path_1 = __importDefault(require("path"));
|
10
10
|
const withIosGoogleServicesFile = config => {
|
11
|
-
return config_plugins_1.withXcodeProject(config, config => {
|
11
|
+
return (0, config_plugins_1.withXcodeProject)(config, config => {
|
12
12
|
var _a;
|
13
13
|
if (!((_a = config.ios) === null || _a === void 0 ? void 0 : _a.googleServicesFile)) {
|
14
14
|
throw new Error('Path to GoogleService-Info.plist is not defined. Please specify the `expo.ios.googleServicesFile` field in app.json.');
|
package/react-native.config.js
CHANGED
@@ -10,7 +10,7 @@ module.exports = {
|
|
10
10
|
name: '[RNFB] Core Configuration',
|
11
11
|
path: './ios_config.sh',
|
12
12
|
execution_position: 'after_compile',
|
13
|
-
input_files: ['$(
|
13
|
+
input_files: ['$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)'],
|
14
14
|
},
|
15
15
|
],
|
16
16
|
},
|