Link

Android configuration

Configure Keystore

Create a signing-android.properties file in .config and fulfill with your company signing data.

storeFile=/path/to/your/keystore/keystore.jks
keyAlias=my_alias
keyAliasPassword=XXXXXXXXXX
storePassword=XXXXXXXXX

Create a firebase Android app

In the firebase settings, create a new Android application with com.leroymerlin.pandalab as package name and download the google-services.json.

image

Set the path to the google-services.json in .config/config.json with the key googlePlayServicesPath.

{
  "googlePlayServicesPath":".config/google-services.json"
}