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 Versions

1
35
11

14.0.0

Diff
d
davealden
published 14.0.0 •

Changelog

Source

Version 14.0.0

  • (iOS) chore: Minor version update to Firebase iOS SDK to latest (Version 8.11.0 - January 18, 2022)
    • BREAKING CHANGE: Requires Cocoapods v1.11.2+
  • (Android) chore: Update pinned Firebase Android SDK dependencies to latest ((January 25, 2022)[https://developers.google.com/android/guides/releases#january_25_2022])
  • (iOS) bugfix: Update to GoogleSignIn v6 and update plugin for breaking API changes.
  • (Android) bugfix: Fix an error getting the providerId that could cause getCurrentUser() to fail.
    • Merged from PR #706
  • (iOS & Android) feat: Include actionCodeSettings in the sendUserEmailVerification() function
  • (iOS) feat: Implement authorization request for critical alerts
  • (Types) bugfix: Fix return type for didCrashOnPreviousExecution
    • Merged from PR #692
  • (Android) bugfix: Use OAuthProvider when available during linkUserWithCredential()
    • Merged from PR #687
  • (Types) bugfix: Add missing type for authenticateUserWithEmailAndPassword()
    • Merged from PR #686
  • (iOS & Android) feat: Support Firebase Authentication emulator
    • Merged from PR #685
  • (Android) feat: Support html attributes in body notifications
    • Merged from PR #668
  • (Android) feat: Improved notification image support
    • Merged from PR #667
  • (Doc) bugfix: Fix setUserProperty parameters in README.md
    • Merged from PR #638
  • (Android) bugfix: Specify version of GRPC OKHTTP and enable version override via plugin variable and bump Android Gradle build tool versions.
  • (Android) bugfix: add android:exported element
    • Merged from PR #702
  • (iOS) bugfix: Return user's full name if present in Apple sign in response.
d
davealden
published 14.0.0-cli •
d
davealden
published 13.0.1 •

Changelog

Source

Version 13.0.1

  • (iOS) Fix onTokenRefresh to return FCM token (not installation auth token).
  • (Android): Increment pinned version of Crashlytics Gradle plugin to 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
  • (iOS) Bump pinned Firebase SDK components to v8.4.0 - July 20, 2021
  • (Android): Update pinned Firebase Android SDK versions from BoM v28.1.0 to (v28.2.1 - July 09, 2021)
d
davealden
published 13.0.1-cli •
d
davealden
published 13.0.0 •

Changelog

Source

Version 13.0.0

  • (iOS) BREAKING CHANGE: Major version update to Firebase iOS SDK from v7 to v8 (Version 8.1.1 - June 11, 2021)
    • Remove/replace references to previously-deprecated Firebase IID SDK component which is removed in SDK v8 with Firebase Installations SDK
  • (Android) BREAKING CHANGE: Major version update to Firebase Android BOM from v26 to v28 (v28.1.0 - June 03, 2021)
    • Remove/replace references to previously-deprecated Firebase IID SDK component which is removed in SDK BOM v28 with Firebase Installations SDK
    • Add explicit dependency on deprecated firebase-iid because latest version firebase-functions:20.0.0 depends on an older version and so causes duplicate class conflicts with latest firebase-messaging:22.0.0
  • (Android) doc: Add note regarding creating new notification channels for each new sound.
  • doc: Add note regarding allowed values for logEvent
    • Merged from PR #619.
  • (Android) bugfix: Fix sound configuration per channel
    • Merged from PR #625.
  • (iOS & Android) feature(auth): add idToken on signIn w/ Google response
    • Merged from PR #633.
  • (iOS) feature: support for AppNotificationSettingsButton
    • Merged from PR #577.
  • (iOS) bugfix: Check content-available key is present before casting it.
  • (iOS & Android) bugfix: Convert references to their path strings when fetching data from Firestore to avoid crashes due to circular references.
d
davealden
published 13.0.0-cli •
d
davealden
published 12.1.0 •

Changelog

Source

Version 12.1.0

  • (iOS & Android) feature: Add support for Firebase Installations SDK.
  • (iOS) feature: Implement Firebase Functions
    • Relates to PR #509.
d
davealden
published 12.1.0-cli •
d
davealden
published 12.0.0 •

Changelog

Source

Version 12.0.0

  • (iOS) BREAKING CHANGE: Major version update to Firebase iOS SDK from v6 to v7 (v7.8.1 - 12 March 2021)
    • Requires cocoapods@1.10 (previously cocoapods@1.9)
    • Removes developerModeEnabled property from getInfo() Remote Config response as this was removed in the latest Firebase SDK
    • Removes direct channel support for Firebase Messaging as no longer supported by Firebase iOS SDK v7.
    • Resolves #561.
  • (Android) BREAKING CHANGE: Major version update to Firebase Android BOM from v25 to v26 (v26.7.0 - 11 March 2021)
    • Removes developerModeEnabled property from getInfo() Remote Config response as this was removed in the latest Firebase SDK
  • (iOS) Bugfix: Fix conflict with cordova-plugin-local-notifications to enable both remote notifications via this plugin and local notifications via that plugin to work simultaneously in the same app.
  • (Android) Feature: add support for calling Firebase Functions
    • Merged from PR #509.
  • (iOS) Bugfix: Add base class to FirebasePluginMessageReceiverManager to prevent Xcode build error
    • Merged from PR #579.
  • (Android) Bugfix: Fix GSON serialization of NaN values in Firestore
    • Merged from PR #584.
  • (Android) Bugfix: Fix serialization of JSON arrays and objects in logEvent() for Analytics
    • Merged from PR #598.
  • (iOS) Bugfix: Fix reading of all Remote Config keys in getAll() by falling back if default source is empty.
  • (iOS) Bugfix: Register notification delegate during didFinishLaunching to ensure notifications are ready when app starts.
  • (iOS) Bugfix: Make interaction with firestoreListeners thread-safe.
  • (iOS) Bugfix: Ensure traces array is always defined before referencing it.
  • (iOS) Bugfix: Gracefully handle sending empty error message to logError.
  • (iOS) Bugfix: Gracefully handle errors in fetching token data when returning user info.
  • (Android) Bugfix: Gracefully handle errors when attempting to retrieve ID token when fetching current user info.
d
davealden
published 12.0.0-cli •