Skip to content

Commit

Permalink
fix(firestore-one-to-one): update ext specification
Browse files Browse the repository at this point in the history
  • Loading branch information
yamankatby committed Dec 12, 2022
1 parent 282518d commit 12b01d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/firestore-one-to-one/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ params:
label: Fields to copy from Collection A to Collection B, comma separated, leave empty to copy all fields
description: >-
The names of the fields in Collection A that will be copied to Collection B.
type: array
type: string
example: name,flag
required: false

- param: FIELDS_TO_COPY_FROM_B_TO_A
label: Fields to copy from Collection B to Collection A, comma separated, leave empty to copy all fields
description: >-
The names of the fields in Collection B that will be copied to Collection A.
type: array
type: string
example: name,area
required: false

Expand Down

1 comment on commit 12b01d4

@vercel
Copy link

@vercel vercel bot commented on 12b01d4 Dec 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.