# Firebase configuration
Complete the following steps to configure firebase for android and iOS app.
# Android app
- Open firebase console
- Click Project Overview from sidebar
- Click Add App or Android icon to register Android app on Firebase
- A form will show up
- Add Android package name (applicationId in
android > app > build.gradle) - Add app name
- Enter SHA-1 code. For this run following command on terminal and enter give the password. (Default password is 'android')
keytool -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore - Add Android package name (applicationId in
- Click Register app
- Continue clicking next (google-services.json can be downloaded after configuring firebase authentication)
# iOS app
- Open firebase console
- Click Project Overview from sidebar
- Click Add App or iOS icon to register iOS app on Firebase
- A form will show up
- Add iOS package name (eg:
com.wecslabs.klasterme) - Add app name
- Leave app store id. This can be entered later
- Add iOS package name (eg:
- Click Register app
- Continue clicking next (GoogleService-Info.plist can be downloaded after configuring firebase authentication)