Package Exports
- @rudderstack/rudder-integration-firebase-react-native
- @rudderstack/rudder-integration-firebase-react-native/index.esm.js
- @rudderstack/rudder-integration-firebase-react-native/src/index.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rudderstack/rudder-integration-firebase-react-native) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rudder-integration-firebase-react-native
Getting started
$ npm install @rudderstack/rudder-integration-firebase-react-native --save
Mostly automatic installation
$ react-native link rudder-integration-firebase-react-native
Usage
import firebase from '@rudderstack/rudder-integration-firebase-react-native';
const config = {
dataPlaneUrl: TEST_DATAPLANE_URL,
logLevel: RUDDER_LOG_LEVEL.VERBOSE,
withFactories: [firebase],
};
await rc.setup(TEST_WRITE_KEY, config, options);