mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-09 09:30:22 +08:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
/**
|
|
* @flow
|
|
*/
|
|
import firebase from './lib/firebase';
|
|
export default firebase;
|