Tinder app made with react-native
-
Cd into the directory and
npm install -
Cd into
android/appand add yourgoogle-services.json -
Create a
.envfile inside the directory and store the following:- API_KEY=Insert the Firebase Api Key
- AUTH_DOMAIN=Firebase Auth domain
- PROJECT_ID=Firebase Project id
- STORAGE_BUCKET=Firebase Storage Bucket
- MESSAGING_SENDER_ID=Firebase Messaging Sender Id
- APP_ID=Firebase APP ID
- MESUREMENT_ID=Firebase Mesurement Id
- WEB_CLIENT_KEY=Your Google Web Client Key (For google authentification)
-
For the
WEB_CLIENT_KEYand thegoogle-services.json, you will need to go through the Google developer console page respectively -
npx react-native start
-
npx react-native run-android
