Skip to content

Instantly share code, notes, and snippets.

@krizzu
Created October 1, 2017 21:01
Show Gist options
  • Save krizzu/2c416f05cd256d70b798f8b816e642db to your computer and use it in GitHub Desktop.
Save krizzu/2c416f05cd256d70b798f8b816e642db to your computer and use it in GitHub Desktop.
firebase_initialization_example
import RNFirebase from 'react-native-firebase'
// to check out init options, head to https://invertase.io/react-native-firebase/#/v2/usage?id=configuration-options
const initOptions = {}
const firebase = RNFirebase.initializeApp(initOptions);
export default firebase;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment