Socket
Socket
Sign inDemoInstall

cordova-plugin-firebase

Package Overview
Dependencies
0
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.16 to 0.1.17

2

package.json

@@ -11,3 +11,3 @@ {

"name": "cordova-plugin-firebase",
"version": "0.1.16",
"version": "0.1.17",
"description": "Cordova plugin for Google Firebase",

@@ -14,0 +14,0 @@ "cordova": {

@@ -10,7 +10,7 @@ # cordova-plugin-firebase

```
<plugin name="cordova-plugin-firebase" spec="0.1.16" />
<plugin name="cordova-plugin-firebase" spec="0.1.17" />
```
or by running:
```
cordova plugin add cordova-plugin-firebase@0.1.16 --save
cordova plugin add cordova-plugin-firebase@0.1.17 --save
```

@@ -17,0 +17,0 @@ Download your Firebase configuration files, GoogleService-Info.plist for ios and google-services.json for android, and place them in the root folder of your cordova project:

@@ -10,7 +10,5 @@ exports.getInstanceId = function(success, error) {

exports.onNotificationOpen = function(success, error) {
success();
};
exports.onTokenRefresh = function(success, error) {
success();
};

@@ -17,0 +15,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc