mirror of
https://github.com/status-im/react-native-firebase.git
synced 2026-08-31 14:11:12 +00:00
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
/**
|
|
* @flow
|
|
*/
|
|
import firebase from './lib/firebase';
|
|
|
|
export default firebase;
|