Skip to content

Commit

Permalink
refactor: Added comments to Firebase configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-chekyrta committed Feb 23, 2024
1 parent 83af60f commit b09a621
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default_config/dev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion default_config/prod/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion default_config/stage/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b09a621

Please sign in to comment.