@itly/plugin-firebase-react-native
TypeScript icon, indicating that this package has built-in type declarations

2.4.0 • Public • Published

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.

Package Sidebar

Install

npm i @itly/plugin-firebase-react-native

Weekly Downloads

0

Version

2.4.0

License

MIT

Unpacked Size

25.8 kB

Total Files

8

Last publish

Collaborators

  • amplidoug
  • sschultz-ampl
  • hrebicek
  • iteratively-justin
  • akramarev-itly