Socket
Socket
Sign inDemoInstall

nativescript-plugin-firebase

Package Overview
Dependencies
36
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.5.0 to 10.5.1

2

package.json
{
"name": "nativescript-plugin-firebase",
"version": "10.5.0",
"version": "10.5.1",
"description": "Fire. Base. Firebase!",

@@ -5,0 +5,0 @@ "main": "firebase",

@@ -309,5 +309,7 @@ # NativeScript Firebase plugin

* `prod` will be selected if you run with either the `--release`, `--env.prod` or `--env.production` flags
* `dev` will be selected if you do not run with any of the above flags
* `dev` will be selected if you run with either `--env.dev`, `--env.development` or `--env.staging` flags.
* `prod` will be selected if you run with either `--env.prod` or `--env.production`.
Note: Using the `--release` flag without any of the above flags will set the default environment to production. If you need to create a release with dev environment you'll need to set it explicitly.
Note: if you do not have both `dev` and `prod` files in place, the regular `GoogleService-Info.plist` and `google-services.json` files will be used.

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

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

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