1.1.0 • Published 1 month ago

tealium-react-firebase v1.1.0

Weekly downloads
-
License
Commercial
Repository
github
Last release
1 month ago

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"
    }]
}
1.1.0

1 month ago

1.0.5

6 months ago

1.0.4

11 months ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago