Skip to content

Instantly share code, notes, and snippets.

@melvinkcx
Created December 31, 2018 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melvinkcx/f1c0022bef38c83a83751d0a3480cbe8 to your computer and use it in GitHub Desktop.
Save melvinkcx/f1c0022bef38c83a83751d0a3480cbe8 to your computer and use it in GitHub Desktop.
Firebase Auth Using Facebook In Expo
// In /utils/firebase.js
// We should import firebase from this module instead of the default package.
import * as firebase from 'firebase' // Should not be used elsewhere in the project
firebase.initializeApp(Expo.Constants.manifest.extra.firebase);
export default firebase;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment