From b09a621952a1b1815175c8444def545fe22e3d3a Mon Sep 17 00:00:00 2001 From: Volodymyr Chekyrta Date: Fri, 23 Feb 2024 11:08:22 +0200 Subject: [PATCH] refactor: Added comments to Firebase configuration --- default_config/dev/config.yaml | 2 +- default_config/prod/config.yaml | 2 +- default_config/stage/config.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/default_config/dev/config.yaml b/default_config/dev/config.yaml index ae255c430..09c746827 100644 --- a/default_config/dev/config.yaml +++ b/default_config/dev/config.yaml @@ -34,7 +34,7 @@ FIREBASE: CLOUD_MESSAGING_ENABLED: false PROJECT_NUMBER: '' PROJECT_ID: '' - APPLICATION_ID: '' + APPLICATION_ID: '' #App ID field from the Firebase console or mobilesdk_app_id from the google-services.json file. API_KEY: '' SEGMENT_IO: diff --git a/default_config/prod/config.yaml b/default_config/prod/config.yaml index 804e4a45f..3cc0b6592 100644 --- a/default_config/prod/config.yaml +++ b/default_config/prod/config.yaml @@ -34,7 +34,7 @@ FIREBASE: CLOUD_MESSAGING_ENABLED: false PROJECT_NUMBER: '' PROJECT_ID: '' - APPLICATION_ID: '' + APPLICATION_ID: '' #App ID field from the Firebase console or mobilesdk_app_id from the google-services.json file. API_KEY: '' SEGMENT_IO: diff --git a/default_config/stage/config.yaml b/default_config/stage/config.yaml index 804e4a45f..3cc0b6592 100644 --- a/default_config/stage/config.yaml +++ b/default_config/stage/config.yaml @@ -34,7 +34,7 @@ FIREBASE: CLOUD_MESSAGING_ENABLED: false PROJECT_NUMBER: '' PROJECT_ID: '' - APPLICATION_ID: '' + APPLICATION_ID: '' #App ID field from the Firebase console or mobilesdk_app_id from the google-services.json file. API_KEY: '' SEGMENT_IO: