Skip to content

Commit

Permalink
docs(firestore-connect-document): update ext description
Browse files Browse the repository at this point in the history
  • Loading branch information
yamankatby committed Jan 18, 2023
1 parent 395d772 commit aaf4334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firestore-connect-document/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit aaf4334

Please sign in to comment.