Skip to content

Commit e43620c

Browse files
chore(*): aligned the order and spacing of fields within extension.yaml files (#205)
1 parent e9c8368 commit e43620c

File tree

9 files changed

+44
-26
lines changed

9 files changed

+44
-26
lines changed

auth-mailchimp-sync/extension.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
name: auth-mailchimp-sync
1616
version: 0.1.0
1717
specVersion: v1beta
18-
displayName: Sync with Mailchimp
1918

19+
displayName: Sync with Mailchimp
2020
description:
2121
Adds new users from Firebase Authentication to a specified Mailchimp audience.
2222

2323
license: Apache-2.0
24-
billingRequired: true
24+
2525
sourceUrl: https://github.com/firebase/extensions/tree/master/auth-mailchimp-sync
2626
releaseNotesUrl: https://github.com/firebase/extensions/blob/master/auth-mailchimp-sync/CHANGELOG.md
2727

@@ -39,6 +39,8 @@ contributors:
3939
email: elliot@invertase.io
4040
url: https://github.com/ehesp
4141

42+
billingRequired: true
43+
4244
resources:
4345
- name: addUserToList
4446
type: firebaseextensions.v1beta.function
@@ -51,6 +53,7 @@ resources:
5153
eventTrigger:
5254
eventType: providers/firebase.auth/eventTypes/user.create
5355
resource: projects/${PROJECT_ID}
56+
5457
- name: removeUserFromList
5558
type: firebaseextensions.v1beta.function
5659
description:

delete-user-data/extension.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
# limitations under the License.
1414

1515
name: delete-user-data
16-
displayName: Delete User Data
17-
specVersion: v1beta
1816
version: 0.1.3
17+
specVersion: v1beta
1918

19+
displayName: Delete User Data
2020
description:
2121
Deletes data keyed on a userId from Cloud Firestore, Realtime Database, and/or
2222
Cloud Storage when a user deletes their account.
2323

2424
license: Apache-2.0
25-
billingRequired: false
25+
2626
sourceUrl: https://github.com/firebase/extensions/tree/master/delete-user-data
2727
releaseNotesUrl: https://github.com/firebase/extensions/blob/master/delete-user-data/CHANGELOG.md
2828

@@ -40,6 +40,8 @@ contributors:
4040
email: elliot@invertase.io
4141
url: https://github.com/ehesp
4242

43+
billingRequired: false
44+
4345
roles:
4446
- role: datastore.owner
4547
reason: Allows the extension to delete (user) data from Cloud Firestore.

firestore-bigquery-export/extension.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
# limitations under the License.
1414

1515
name: firestore-bigquery-export
16-
displayName: Export Collections to BigQuery
17-
specVersion: v1beta
1816
version: 0.1.1
17+
specVersion: v1beta
1918

19+
displayName: Export Collections to BigQuery
2020
description:
2121
Sends realtime, incremental updates from a specified Cloud Firestore collection to BigQuery.
2222

2323
license: Apache-2.0
24-
billingRequired: true
24+
2525
sourceUrl: https://github.com/firebase/extensions/tree/master/firestore-bigquery-export
2626
releaseNotesUrl: https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/CHANGELOG.md
2727

@@ -34,6 +34,8 @@ contributors:
3434
email: wyszynski@google.com
3535
url: https://github.com/IanWyszynski
3636

37+
billingRequired: true
38+
3739
apis:
3840
- apiName: bigquery-json.googleapis.com
3941
reason: Mirrors data from your Cloud Firestore collection in BigQuery.

firestore-counter/extension.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
# limitations under the License.
1414

1515
name: firestore-counter
16-
displayName: Distributed Counter
17-
specVersion: v1beta
1816
version: 0.1.3
17+
specVersion: v1beta
1918

19+
displayName: Distributed Counter
2020
description:
2121
Records event counters at scale to accommodate high-velocity writes to Cloud Firestore.
2222

2323
license: Apache-2.0
24-
billingRequired: false
24+
2525
sourceUrl: https://github.com/firebase/extensions/tree/master/firestore-counter
2626
releaseNotesUrl: https://github.com/firebase/extensions/blob/master/firestore-counter/CHANGELOG.md
2727

@@ -33,6 +33,8 @@ contributors:
3333
- authorName: Patryk Lesiewicz
3434
url: https://github.com/lepatryk
3535

36+
billingRequired: false
37+
3638
roles:
3739
- role: datastore.user
3840
reason:

firestore-send-email/extension.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
name: firestore-send-email
1616
version: 0.1.3
1717
specVersion: v1beta
18-
displayName: Trigger Email
1918

19+
displayName: Trigger Email
2020
description:
2121
Composes and sends an email based on the contents of a document written to a specified Cloud Firestore collection.
2222

2323
license: Apache-2.0
24-
billingRequired: true
24+
2525
sourceUrl: https://github.com/firebase/extensions/tree/master/firestore-send-email
2626
releaseNotesUrl: https://github.com/firebase/extensions/blob/master/firestore-send-email/CHANGELOG.md
2727

@@ -36,6 +36,8 @@ contributors:
3636
email: elliot@invertase.io
3737
url: https://github.com/ehesp
3838

39+
billingRequired: true
40+
3941
roles:
4042
- role: datastore.user
4143
reason: Allows this extension to access Cloud Firestore to read and process added email documents.

firestore-shorten-urls-bitly/extension.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
# limitations under the License.
1414

1515
name: firestore-shorten-urls-bitly
16-
displayName: Shorten URLs
17-
specVersion: v1beta
1816
version: 0.1.3
17+
specVersion: v1beta
1918

19+
displayName: Shorten URLs
2020
description:
2121
Shortens URLs written to a specified Cloud Firestore collection (uses Bitly).
2222

2323
license: Apache-2.0
24-
billingRequired: true
24+
2525
sourceUrl: https://github.com/firebase/extensions/tree/master/firestore-shorten-urls-bitly
2626
releaseNotesUrl: https://github.com/firebase/extensions/blob/master/firestore-shorten-urls-bitly/CHANGELOG.md
2727

@@ -37,6 +37,8 @@ contributors:
3737
email: kevincheung@google.com
3838
url: https://github.com/kevinthecheung
3939

40+
billingRequired: true
41+
4042
roles:
4143
- role: datastore.user
4244
reason: Allows the extension to write shortened URLs to Cloud Firestore.

firestore-translate-text/extension.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@
1313
# limitations under the License.
1414

1515
name: firestore-translate-text
16-
specVersion: v1beta
1716
version: 0.1.2
17+
specVersion: v1beta
1818

1919
displayName: Translate Text
20-
2120
description:
2221
Translates strings written to a Cloud Firestore collection into multiple languages (uses Cloud Translation API).
2322

2423
license: Apache-2.0
25-
billingRequired: true
24+
2625
sourceUrl: https://github.com/firebase/extensions/tree/master/firestore-translate-text
2726
releaseNotesUrl: https://github.com/firebase/extensions/blob/master/firestore-translate-text/CHANGELOG.md
2827

@@ -35,6 +34,8 @@ contributors:
3534
email: chris@csfrequency.com
3635
url: https://github.com/chrisbianca
3736

37+
billingRequired: true
38+
3839
apis:
3940
- apiName: translate.googleapis.com
4041
reason: To use Google Translate to translate strings into your specified target languages.

rtdb-limit-child-nodes/extension.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
# limitations under the License.
1414

1515
name: rtdb-limit-child-nodes
16-
displayName: Limit Child Nodes
17-
specVersion: v1beta
1816
version: 0.1.0
17+
specVersion: v1beta
1918

19+
displayName: Limit Child Nodes
2020
description:
2121
Limits the number of nodes to a specified maximum count in a specified Realtime Database path.
2222

2323
license: Apache-2.0
24-
billingRequired: false
24+
2525
sourceUrl: https://github.com/firebase/extensions/tree/master/rtdb-limit-child-nodes
2626
releaseNotesUrl: https://github.com/firebase/extensions/blob/master/rtdb-limit-child-nodes/CHANGELOG.md
2727

@@ -34,6 +34,8 @@ contributors:
3434
email: chris@csfrequency.com
3535
url: https://github.com/chrisbianca
3636

37+
billingRequired: false
38+
3739
roles:
3840
- role: firebasedatabase.admin
3941
reason: Allows the extension to delete nodes from your Realtime Database instance.
@@ -51,6 +53,7 @@ resources:
5153
eventTrigger:
5254
eventType: providers/google.firebase.database/eventTypes/ref.create
5355
resource: projects/_/instances/${DATABASE_INSTANCE}/refs/${NODE_PATH}/{messageid}
56+
5457
params:
5558
- param: LOCATION
5659
type: select

storage-resize-images/extension.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@
1313
# limitations under the License.
1414

1515
name: storage-resize-images
16-
specVersion: v1beta
1716
version: 0.1.4
18-
license: Apache-2.0
17+
specVersion: v1beta
1918

2019
displayName: Resize Images
21-
2220
description:
2321
Resizes images uploaded to Cloud Storage to a specified size, and optionally keeps or deletes the original image.
2422

25-
billingRequired: false
23+
license: Apache-2.0
24+
2625
sourceUrl: https://github.com/firebase/extensions/tree/master/storage-resize-images
2726
releaseNotesUrl: https://github.com/firebase/extensions/blob/master/storage-resize-images/CHANGELOG.md
2827

@@ -40,6 +39,8 @@ contributors:
4039
email: mike@invertase.io
4140
url: https://github.com/salakar
4241

42+
billingRequired: false
43+
4344
apis:
4445
- apiName: storage-component.googleapis.com
4546
reason: Needed to use Cloud Storage

0 commit comments

Comments
 (0)