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
46
11

11.0.3

Diff
d
davealden
published 11.0.3 •

Changelog

Source

Version 11.0.3

  • (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.
  • (Android) Add defensive code in handleExceptionWithContext() to prevent app crashes.
    • Resolves #535.
  • (iOS) Fix setConfigSettings implementation.
    • Merged from PR #534.
d
davealden
published 11.0.3-cli •
d
davealden
published 11.0.2 •

Changelog

Source

Version 11.0.2

  • (iOS) Check if file contents for pn-actions.json exists before attempting to use it.
    • Resolves #512.
    • Bug introduced by PR #482.
  • (Android) Add the Firebase Performance Monitoring Gradle plugin to monitor network traffic.
  • (Feature): Add setLanguageCode method for Firebase Auth
    • Merged from PR #527.
  • (iOS): Bump podspec versions for Firebase iOS SDK to v6.33.0.
  • (Android): Bump pinned Firebase SDK dependencies to latest release versions.
  • (Types) Export interfaces in types definition.
d
davealden
published 11.0.2-cli •
d
davealden
published 11.0.1 •

Changelog

Source

Version 11.0.1

  • (iOS) Set the Sign In with Apple capability based on the IOS_ENABLE_APPLE_SIGNIN plugin variable.
d
davealden
published 11.0.1-cli •
d
davealden
published 11.0.0 •

Changelog

Source

Version 11.0.0

  • (Android & iOS): Bump pinned Firebase SDK component versions to latest releases.
  • Added support for didCrashOnPreviousExecution() and setCrashlyticsCustomKey()
    • Merged from PR #492.
  • (Doc) Clarify requirements for parameters passed to logEvent().
  • Implement Remote Config v2 API
    • Add new methods: fetchAndActivate(), resetRemoteConfig(), getAll()
    • BREAKING CHANGE: Change API signature and implementations for setConfigSettings() and setDefaults() on Android, and implement for iOS.
    • Resolves #155.
  • (Android) BREAKING CHANGE: Remove dependency on cordova-plugin-androidx and cordova-plugin-androidx-adapter
  • Add support for Firestore real-time listeners: listenToDocumentInFirestoreCollection(), listenToFirestoreCollection(), removeFirestoreListener()
  • (Types) Update typedef for recent API changes
  • (iOS) Set Sign In with Apple entitlement automatically.
  • Add authenticateUserWithEmailAndPassword()
  • (iOS) Remove superfluous braces from FirebasePluginMessageReceiver.h
  • Support optional valueType parameter when filtering Firestore collections.
  • (iOS) Add support for foreground and destructive UNNotificationActionOptions
    • Cherrypicked from PR #487
d
davealden
published 11.0.0-cli •
d
davealden
published 10.2.0-cli •
d
davealden
published 10.2.0 •

Changelog

Source

Version 10.2.0

  • (iOS) Fix crashes on receiving push notifications on iOS due to delegate chaining.
    • Resolves #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.
  • (iOS) Add support for iOS actionable notifications
    • Merged from PR #482.
  • (Android): Handle task outcomes where task is not successful but exception is null.
  • (Android) Add missing Inapp Messaging component.
  • (iOS): Bump minimum required Cocoapods version to v1.9.1 due to requirement by Firestore v6.28.1
  • (Android) (Bug fix) Fix all cases where task outcomes are being incorrectly handled.
  • (iOS) Update remote config to use activateWithCompletion instead of deprecated activateWithCompletionHandler for activating remote config.
  • (iOS) (Bug fix) Use regex to extract cocoapods from stdout when verifying cocoapods version during plugin install.
  • (Android, iOS): Support custom locations for Firebase config files