Project files for the react native firebase tutorial series on youtube.
-
React Native Firebase Tutorials
-
Learn how to add Expo Google Login to your app and then save it to your Firebase Realtime Database
Install Dependencies
yarn
Configure config.js – Add your firebase app config keys
export const firebaseConfig = {
apiKey: '',
authDomain: '',
databaseURL: '',
projectId: '',
storageBucket: '',
messagingSenderId: ''
};