You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cordova-plugin-firebasex

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-firebasex - npm Package Compare versions

Comparing version

to
13.0.1-cli

82

CHANGELOG.md

@@ -1,2 +0,12 @@

# Version 13.0.0
# Version 13.0.1-cli
* (iOS) Fix `onTokenRefresh` to return FCM token (not installation auth token).
* Resolves [#637](https://github.com/dpa99c/cordova-plugin-firebasex/issues/637)
* (Android): Increment pinned version of Crashlytics Gradle plugin to [v2.7.1](https://firebase.google.com/support/release-notes/android#crashlytics_gradle_plugin_v2-7-1) to resolve build issues with Gradle v7.
* This resolves build issues with `cordova-android@10.0.0` which defaults to Gradle v7.1.1
* Resolves [#643](https://github.com/dpa99c/cordova-plugin-firebasex/issues/643)
* (iOS) Bump pinned Firebase SDK components to [v8.4.0 - July 20, 2021](https://firebase.google.com/support/release-notes/ios#version_840_-_july_20_2021)
* (Android): Update pinned Firebase Android SDK versions from BoM v28.1.0 to ([v28.2.1 - July 09, 2021](https://firebase.google.com/support/release-notes/android#bom_v28-2-1))
# Version 13.0.0-cli
* (iOS) BREAKING CHANGE: Major version update to Firebase iOS SDK from v7 to v8 ([Version 8.1.1 - June 11, 2021](https://firebase.google.com/support/release-notes/ios#version_811_-_june_11_2021))

@@ -22,4 +32,3 @@ * Remove/replace references to previously-deprecated Firebase IID SDK component which is removed in SDK v2 with Firebase Installations SDK

# Version 12.1.0
# Version 12.1.0-cli
* (iOS & Android) feature: Add support for Firebase Installations SDK.

@@ -30,3 +39,3 @@ * Resolves [#603](https://github.com/dpa99c/cordova-plugin-firebasex/issues/603)

# Version 12.0.0
# Version 12.0.0-cli
* (iOS) BREAKING CHANGE: Major version update to Firebase iOS SDK from v6 to v7 ([v7.8.1 - 12 March 2021](https://firebase.google.com/support/release-notes/ios#version_781_-_march_12_2021))

@@ -63,4 +72,3 @@ * Requires `cocoapods@1.10` (previously `cocoapods@1.9`)

# Version 11.0.3
# Version 11.0.3-cli
* (Android) Make Firebase Performance Monitoring Gradle plugin optional (disabled by default) via `ANDROID_FIREBASE_PERFORMANCE_MONITORING` plugin variable due to increased build times/memory usage when it's included.

@@ -72,3 +80,3 @@ * (Android) Add defensive code in `handleExceptionWithContext()` to prevent app crashes.

# Version 11.0.2
# Version 11.0.2-cli
* (iOS) Check if file contents for `pn-actions.json` exists before attempting to use it.

@@ -87,7 +95,7 @@ * Resolves [#512](https://github.com/dpa99c/cordova-plugin-firebasex/issues/512).

# Version 11.0.1
# Version 11.0.1-cli
* (iOS) Set the Sign In with Apple capability based on the `IOS_ENABLE_APPLE_SIGNIN` plugin variable.
* Resolves [#511](https://github.com/dpa99c/cordova-plugin-firebasex/issues/511).
# Version 11.0.0
# Version 11.0.0-cli
* (Android & iOS): Bump pinned Firebase SDK component versions to latest releases.

@@ -116,9 +124,8 @@ * Added support for `didCrashOnPreviousExecution()` and `setCrashlyticsCustomKey()`

* Cherrypicked from PR [#487](https://github.com/dpa99c/cordova-plugin-firebasex/pull/487)
# Version 10.2.0
# Version 10.2.0-cli
* (iOS) Fix crashes on receiving push notifications on iOS due to delegate chaining.
* Resolves [#385](https://github.com/dpa99c/cordova-plugin-firebasex/issues/385).
* Reverts commit 4e9a0f4a1fd4ceb871af40629e1ddf146f287ca8 "co-existence with cordova-plugin-local-notification on iOS"
* Since upon testing, this plugin does not work with `cordova-plugin-local-notification` present in the same project even with this code in place.
* And the conflict between the 2 plugins will need to be addressed separately under [#230](https://github.com/dpa99c/cordova-plugin-firebasex/issues/230).
** Resolves [#385](https://github.com/dpa99c/cordova-plugin-firebasex/issues/385).
** Reverts commit 4e9a0f4a1fd4ceb871af40629e1ddf146f287ca8 "co-existence with cordova-plugin-local-notification on iOS"
** Since upon testing, this plugin does not work with `cordova-plugin-local-notification` present in the same project even with this code in place.
** And the conflict between the 2 plugins will need to be addressed separately under [#230](https://github.com/dpa99c/cordova-plugin-firebasex/issues/230).
* (iOS) Add support for iOS actionable notifications

@@ -128,4 +135,2 @@ * Merged from PR [#482](https://github.com/dpa99c/cordova-plugin-firebasex/pull/482).

* Resolves [#473](https://github.com/dpa99c/cordova-plugin-firebasex/issues/473).
* (Android) Add missing Inapp Messaging component.
* Resolves [#478](https://github.com/dpa99c/cordova-plugin-firebasex/issues/478).
* (iOS): Bump minimum required Cocoapods version to v1.9.1 due to requirement by Firestore v6.28.1

@@ -140,7 +145,7 @@ * (Android) (Bug fix) Fix all cases where task outcomes are being incorrectly handled.

# Version 10.1.2
# Version 10.1.2-cli
* (iOS): Bump Firebase SDK versions to v6.28.1 to resolve build freeze issue.
* Resolves [#460](https://github.com/dpa99c/cordova-plugin-firebasex/issues/460).
# Version 10.1.1
# Version 10.1.1-cli
* (iOS) Fix regression bug in `getToken()` introduced by [35a2a68e8db3808723c9f2fcb6aa176021f6c77a](https://github.com/dpa99c/cordova-plugin-firebasex/commit/35a2a68e8db3808723c9f2fcb6aa176021f6c77a).

@@ -151,6 +156,6 @@ * Resolves [#456](https://github.com/dpa99c/cordova-plugin-firebasex/issues/456).

# Version 10.1.0
# Version 10.1.0-cli
* (iOS) Use precompiled pod for Firestore to reduce build times.
* *BREAKING CHANGE:* Requires `cocoapods>=1.9` (previously `cocoapods>=1.8`).
* Adds hook script to check local cocoapods version during plugin install.
* Adds hook script to check local cocoapods version during plugin install.
* Based on PR [#440](https://github.com/dpa99c/cordova-plugin-firebasex/pull/440).

@@ -162,5 +167,4 @@ * Resolves [#407](https://github.com/dpa99c/cordova-plugin-firebasex/issues/407).

* See [release notes](https://firebase.google.com/support/release-notes/ios#version_6270_-_june_16_2020)
* (Android): Bump Firebase SDK versions to latest for Analytics, Cloud Messaging & Inapp Messaging.
# Version 10.0.0
* (Android): Bump Firebase SDK versions to latest for Analytics & Inapp Messaging.
# Version 10.0.0-cli
* *BREAKING CHANGE:* (Android, iOS) Migrate from Fabric Crashlytics SDK to Firebase Crashlytics SDK.

@@ -179,8 +183,8 @@ ** Based on [this commit](https://github.com/vickydlion/cordova-plugin-firebasex/commit/0dfb5753edcd9fc19a0e7a52fdd4fc79d6d976ea) in [PR #432](https://github.com/dpa99c/cordova-plugin-firebasex/pull/432).

* Further resolves [#401](https://github.com/dpa99c/cordova-plugin-firebasex/issues/401).
* (Android): Fix parsing of existing `colors.xml` when it contains multiple existing `<color>` to prevent overwriting the existing values.
* (Android): Fix parsing of existing `colors.xml` when it contains multiple existing `<color>` to prevent overwriting the existing values.
* Resolves [#436](https://github.com/dpa99c/cordova-plugin-firebasex/issues/436).
* (Android, iOS): Return success/failure result when subscribing/unsubscribing from topics.
* Resolves [#422](https://github.com/dpa99c/cordova-plugin-firebasex/issues/422).
# Version 9.1.2
# Version 9.1.2-cli
* (Android) Fix retrieval of auth provider ID - [see here for more info](https://github.com/firebase/FirebaseUI-Android/issues/329#issuecomment-564409912)

@@ -191,5 +195,5 @@ * (iOS) Align retrieval of auth provider ID with Android.

* (Documentation) Update guidance and requirements when opening issues
* (iOS): Fix escaping of line endings in multi-line log messages being sent from native iOS implementation to JS console.
* (iOS): Fix escaping of line endings in multi-line log messages being sent from native iOS implementation to JS console.
* Resolves [#401](https://github.com/dpa99c/cordova-plugin-firebasex/issues/401).
* (iOS): Set shouldEstablishDirectChannel via a plugin variable which defaults to false.
* (iOS): Set shouldEstablishDirectChannel via a plugin variable which defaults to false.
Resolves [#406](https://github.com/dpa99c/cordova-plugin-firebasex/issues/406).

@@ -199,3 +203,3 @@ * Bump androidx plugin version dependencies.

# Version 9.1.1
# Version 9.1.1-cli
* (iOS): Bump Firebase SDK components to v6.23.0.

@@ -206,9 +210,11 @@ * Relates to [#373](https://github.com/dpa99c/cordova-plugin-firebasex/issues/373).

* See https://firebase.google.com/support/release-notes/android#2020-04-23
# Version 9.1.0
# Version 9.1.0-cli
* (Android & iOS) *BREAKING CHANGE*: Add support for filters to `fetchDocumentInFirestoreCollection()`
* *BREAKING CHANGE* to function signature.
* Merged from PR [#367](https://github.com/dpa99c/cordova-plugin-firebasex/pull/367).
* (Android) Fix regression bug which causes CLI builds to fail on Android.
Resolves [#369](https://github.com/dpa99c/cordova-plugin-firebasex/issues/369).
# Version 9.0.3
# Version 9.0.3-cli
* (Android & iOS) Add `reloadCurrentUser()`

@@ -221,4 +227,5 @@ * (Doc) `createChannel()` suggestion for multiple sounds

* Merged from PR [#359](https://github.com/dpa99c/cordova-plugin-firebasex/pull/359).
# Version 9.0.2-cli
# Version 9.0.2
* (Android): Don't display app icon for large notification icon on Android. Resolves [#343](https://github.com/dpa99c/cordova-plugin-firebasex/issues/343).

@@ -228,5 +235,6 @@ * (Android & iOS) Sign out of Google signing out of Firebase. Resolves [#353](https://github.com/dpa99c/cordova-plugin-firebasex/issues/353).

# Version 9.0.1
* Re-add Firebase Inapp Messaging SDK component to master branch.
* Document `cli_build` branch. See [#326](https://github.com/dpa99c/cordova-plugin-firebasex/issues/326).
# Version 9.0.1-cli
* Document `cli_build` branch.
* *BREAKING CHANGE*: Remove Firebase Inapp Messaging and Google Tag Manager SDK components due to causing Cordova CLI build issues.
* Resolves [#326](https://github.com/dpa99c/cordova-plugin-firebasex/issues/326).

@@ -233,0 +241,0 @@ # Version 9.0.0

{
"name": "cordova-plugin-firebasex",
"version": "13.0.0",
"version": "13.0.1-cli",
"description": "Cordova plugin for Google Firebase",

@@ -5,0 +5,0 @@ "types": "./types/index.d.ts",

@@ -37,6 +37,2 @@ var exec = require('cordova/exec');

// Notifications
exports.getId = function (success, error) {
exec(success, error, "FirebasePlugin", "getId", []);
};
exports.getToken = function (success, error) {

@@ -447,2 +443,7 @@ exec(success, error, "FirebasePlugin", "getToken", []);

// Installations
exports.getId = function (success, error) {
exec(success, error, "FirebasePlugin", "getId", []);
};
exports.getInstallationId = function (success, error) {

@@ -449,0 +450,0 @@ exec(success, error, "FirebasePlugin", "getInstallationId", []);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet