Firebase authentication in react-native using redux
1.1) git clone ‘Path’
1.2) cd into your newly created project directory.
1.3) Install npm packages using package manager - i.e run npm install
Please replace below details with your project details. You have to change that details from App.js file
config = {
apiKey: ‘Your apiKey’,
authDomain: ‘Your authDomain’,
databaseURL: ‘Your database url‘,
projectId: ‘Your Project Id’,
storageBucket: ’storage bucket’
};