From aaf4334a538487d6a2655227da01bd86db3c8483 Mon Sep 17 00:00:00 2001 From: Yaman Katby Date: Wed, 18 Jan 2023 17:49:26 +0300 Subject: [PATCH] docs(firestore-connect-document): update ext description --- firestore-connect-document/extension.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firestore-connect-document/extension.yaml b/firestore-connect-document/extension.yaml index 3cf36a8..cc24f96 100644 --- a/firestore-connect-document/extension.yaml +++ b/firestore-connect-document/extension.yaml @@ -5,7 +5,7 @@ specVersion: v1beta displayName: Connect Firestore Document description: >- - Grabs a set of fields from a document in Firestore and writes them in a map field to another document, and keeps them in sync. + Keeps denormalized copies of documents in sync between two collections. license: Apache-2.0 @@ -19,7 +19,7 @@ billingRequired: false roles: - role: datastore.user - reason: Allows this extension to access Cloud Firestore to read from the source document and write to the target document. + reason: Allows this extension to access Cloud Firestore to read/write the source and target documents. resources: - name: onSourceDocumentChange