mirror of
https://github.com/status-im/react-native-firebase.git
synced 2026-08-31 06:01:09 +00:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
/**
|
|
* @flow
|
|
*/
|
|
import firebase from './lib/firebase';
|
|
export default firebase;
|