tealium-react-firebase
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

tealium-react-firebase

Getting started

To install the package into your React Native app: $ yarn add tealium-react-firebase

Mostly automatic installation

For iOS only, $ cd ios && pod install && cd ..

Setup the Firebase dependencies according to the standard guides for iOS and Android to get all required config into you project.

Usage

import FirebaseRemoteCommand from 'tealium-react-firebase';

let config = TealiumConfig {
    // ...
    remoteCommands: [{
        id: FirebaseRemoteCommand.name,
        // Optional - path to local JSON mappings
        // path: "firebase.json"
        // Optional - path to remote JSON mappings
        // url: "https://some.domain.com/firebase.json"
    }]
}

Readme

Keywords

Package Sidebar

Install

npm i tealium-react-firebase

Weekly Downloads

5

Version

1.1.0

License

Commercial

Unpacked Size

38.9 kB

Total Files

20

Last publish

Collaborators

  • tealium