hoadv / Expo-Google-Login-Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project files for the react native firebase tutorial series on youtube.

Install Dependencies

yarn 

Configure config.js - Add your firebase app config keys

export const firebaseConfig = {
  apiKey: '',
  authDomain: '',
  databaseURL: '',
  projectId: '',
  storageBucket: '',
  messagingSenderId: ''
};

That's all you need!

About


Languages

Language:JavaScript 100.0%