- Run
npm install
- Create
src/config/firebase.ts
file and store
export const firebaseConfig = {
apiKey: '',
authDomain: '',
projectId: '',
storageBucket: '',
messagingSenderId: '',
appId: '',
}
export const firebaseIosClientId = ''
Find more information about this here
Run npm start