Skip to content

Commit 3bbb18b

Browse files
author
Lauren Long
committed
Merge branch 'master' of github.com:firebase/extensions
2 parents 65e780f + 44c026a commit 3bbb18b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

delete-user-data/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ params:
6666
description: >-
6767
Where should the extension be deployed? You usually want a location close to your database.
6868
For help selecting a location, refer to the
69-
[location selection guide](https://firebase.google.com/docs/functions/locations#selecting_regions_for_firestore_and_storage).
69+
[location selection guide](https://firebase.google.com/docs/functions/locations).
7070
options:
7171
- label: Iowa (us-central1)
7272
value: us-central1

firestore-bigquery-export/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ params:
6262
description: >-
6363
Where should the extension be deployed? You usually want a location close to your database.
6464
For help selecting a location, refer to the
65-
[location selection guide](https://firebase.google.com/docs/functions/locations#selecting_regions_for_firestore_and_storage).
65+
[location selection guide](https://firebase.google.com/docs/functions/locations).
6666
options:
6767
- label: Iowa (us-central1)
6868
value: us-central1

firestore-send-email/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ params:
5858
type: select
5959
label: Deployment location
6060
description: >-
61-
Where should the extension be deployed?
61+
Where should the extension be deployed? You usually want a location close to your database.
6262
For help selecting a location, refer to the
6363
[location selection guide](https://firebase.google.com/docs/functions/locations).
6464
options:

firestore-shorten-urls-bitly/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ params:
5858
description: >-
5959
Where should the extension be deployed? You usually want a location close to your database.
6060
For help selecting a location, refer to the
61-
[location selection guide](https://firebase.google.com/docs/functions/locations#selecting_regions_for_firestore_and_storage).
61+
[location selection guide](https://firebase.google.com/docs/functions/locations).
6262
options:
6363
- label: Iowa (us-central1)
6464
value: us-central1

firestore-translate-text/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ params:
6363
description: >-
6464
Where should the extension be deployed? You usually want a location close to your database.
6565
For help selecting a location, refer to the
66-
[location selection guide](https://firebase.google.com/docs/functions/locations#selecting_regions_for_firestore_and_storage).
66+
[location selection guide](https://firebase.google.com/docs/functions/locations).
6767
options:
6868
- label: Iowa (us-central1)
6969
value: us-central1

storage-resize-images/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ params:
122122
`/images/original.jpg`, then the resized image is stored at
123123
`/images/thumbs/original_200x200.jpg`. If you prefer to store resized
124124
images at the root of your bucket, leave this field empty. Learn more about
125-
[how this parameter works](https://firebase.google.com/products/extensions/storage-resize-image).
125+
[how this parameter works](https://firebase.google.com/products/extensions/storage-resize-images).
126126
example: thumbnails
127127
required: false
128128

0 commit comments

Comments
 (0)