mirror of
https://github.com/status-im/react-native-firebase.git
synced 2026-08-31 14:11:12 +00:00
10 lines
185 B
JavaScript
10 lines
185 B
JavaScript
import RNFirebase from 'react-native-firebase'
|
|
|
|
const configurationOptions = {
|
|
debug: true
|
|
}
|
|
|
|
const firebase = RNFirebase.initializeApp(configurationOptions)
|
|
|
|
export default firebase
|