2.4.0 • Published 3 years ago

@itly/plugin-firebase-react-native v2.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

2.4.0

3 years ago

2.3.4

3 years ago

2.3.3

3 years ago

2.3.2

3 years ago

2.3.0

3 years ago

2.2.1

3 years ago

2.3.1

3 years ago

2.2.2

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.3

3 years ago