# 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

```javascript
import RudderIntegrationFirebaseReactNative from '@rudderstack/rudder-integration-firebase-react-native';

// TODO: What to do with the module?
RudderIntegrationFirebaseReactNative;
```
