New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@itly/plugin-firebase-react-native

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itly/plugin-firebase-react-native

Firebase React Native Plugin for Iteratively SDK

latest
Source
npmnpm
Version
2.4.0
Version published
Weekly downloads
15
66.67%
Maintainers
4
Weekly downloads
 
Created
Source

Firebase React Native Plugin for Iteratively SDK

Iteratively SDK

Installation

Firebase library

Firebase Analytics library

# Install the app module
yarn add @react-native-firebase/app

# Install the analytics module
yarn add @react-native-firebase/analytics

# If you're developing your app using iOS, run this command
cd ios/ && pod install

Firebase Android Setup

Firebase iOS Setup

Firebase Iteratively plugin

yarn add @itly/plugin-firebase-react-native

Initialization

import FirebasePlugin from '@itly/plugin-firebase-react-native';

itly.load({
  ...
  plugins: [
    ...
    new FirebasePlugin(),
  ],
  ...
});

Linking

If you are using an older version of React Native that doesn't support auto-linking you may need to follow additional setup steps.

Read full setup instructions for Firebase SDK for more information.

Keywords

itly

FAQs

Package last updated on 01 Oct 2021

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