mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
/**
|
|
* @flow
|
|
*/
|
|
import firebase from './lib/firebase';
|
|
|
|
export default firebase;
|