đąIOS
Setting up android app for build
Last updated
Setting up android app for build
Last updated
Change all occurrences of
to your desire app package name.
Change appicons at
Change Splash Screen at
Create firebase ios app in firebase console:
and fill in app details:
on next step download the GoogleService-info.plist
and replace the one in:
Copy REVERSED_CLIENT_ID from the GoogleService-Info.plist
paste the REVERSED_CLIENT_ID in
Setup firebase cli on your terminal with following command:
If firebase is not installed on your machine then go to https://firebase.google.com/docs/cli and follow the instructions on how to install Firebase CLI.
You are ready to debug or build your app. To build app run the following command: