diff --git a/docs/platform-services/automation-service/app-central/integrations/google-firestore.md b/docs/platform-services/automation-service/app-central/integrations/google-firestore.md index f962bbc5ee..f43574ea1d 100644 --- a/docs/platform-services/automation-service/app-central/integrations/google-firestore.md +++ b/docs/platform-services/automation-service/app-central/integrations/google-firestore.md @@ -84,7 +84,10 @@ import IntegrationTimeout from '../../../../reuse/automation-service/integration * * **Private Key Json**. Provide the content of the JSON file generated [above](#google-firestore-configuration). Open the file and copy-paste the whole content in the field. +* **WIF Private Key Json**. Provide the content of the Workload Identity Federation JSON file generated [above](#google-firestore-configuration). Open the file and copy-paste the whole content in the field. +* **scopes**. Default scope is already added as `https://www.googleapis.com/auth/datastore`, if not then add this scope. * **Database ID**. Enter the Firestore database ID. For default databases, use `(default)`. +* **Project ID**. Provide the Google Firestore Project ID where the firestore actions will be performed. * * diff --git a/static/img/platform-services/automation-service/app-central/integrations/misc/google-firestore.png b/static/img/platform-services/automation-service/app-central/integrations/misc/google-firestore.png index a533aa9504..71d91a8e1c 100644 Binary files a/static/img/platform-services/automation-service/app-central/integrations/misc/google-firestore.png and b/static/img/platform-services/automation-service/app-central/integrations/misc/google-firestore.png differ