# react-native-firebase-data

## Getting started

`$ npm install react-native-firebase-data --save`

### Mostly automatic installation

`$ react-native link react-native-firebase-data`

## Usage
```javascript
import ReactNativeFirebaseData from 'react-native-firebase-data';

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