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!