Configuration
secrets.properties
# Keystore
KEYSTORE_FILE=
KEYSTORE_ALIAS=
KEYSTORE_KEY_PASSWORD=
KEYSTORE_PASSWORD=
# Google Authentication
GOOGLE_SERVER_CLIENT_ID=
Keystore
Google Authentication requires verification of your app’s identity through a SHA-1 key from your keystore. This verification ensures requests made on your behalf originate from your authorized app. To simplify the process, we recommend adding the necessary values to your secrets.properties
file. The signing configuration for your app is already handled within the app
module’s build.gradle.kts
file. Consequently, building your app (debug or release) automatically signs it with your keystore.
Google Authentication
Obtain your Google Server Client ID from the Credentials section of your project on Google Cloud Platform (GCP). This ID is crucial for authentication purposes.