New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nativescript/firebase-core

Package Overview
Dependencies
Maintainers
18
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript/firebase-core

NativeScript Firebase - Core

  • 2.4.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.6K
decreased by-7.21%
Maintainers
18
Weekly downloads
 
Created
Source

@nativescript/firebase-core

npm install @nativescript/firebase-core

Usage

Android

Ensure google-services.json file located in App_Resources/Android/src.

iOS

Ensure GoogleService-Info.plist file located in App_Resources/iOS.

Initialize Default App

import { firebase } from '@nativescript/firebase-core'
const defaultApp = await firebase().initializeApp();

Initialize Secondary App

import { firebase, FirebaseOptions } from '@nativescript/firebase-core'
const config = new FirebaseOptions()
const secondaryApp = await firebase().initializeApp(config, 'SECONDARY_APP');

License

Apache License Version 2.0

Keywords

FAQs

Package last updated on 28 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc