Skip to content

Instantly share code, notes, and snippets.

@varun-raj
Last active December 9, 2016 04:11
Show Gist options
  • Save varun-raj/1978309c6d3a8015c9240dfab9dcee55 to your computer and use it in GitHub Desktop.
Save varun-raj/1978309c6d3a8015c9240dfab9dcee55 to your computer and use it in GitHub Desktop.
Firebase + React Native Code
import * as firebase from "firebase";
var config = {
apiKey: "<YOUR API KEY GOES HERE >",
authDomain: "<YOUR APP DOMAIN GOES HERE>",
databaseURL: "<YOUR DATABASE URL>",
};
firebase.initializeApp(config);
export default firebase;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment