File tree Expand file tree Collapse file tree 9 files changed +44
-26
lines changed
firestore-bigquery-export
firestore-shorten-urls-bitly Expand file tree Collapse file tree 9 files changed +44
-26
lines changed Original file line number Diff line number Diff line change 15
15
name : auth-mailchimp-sync
16
16
version : 0.1.0
17
17
specVersion : v1beta
18
- displayName : Sync with Mailchimp
19
18
19
+ displayName : Sync with Mailchimp
20
20
description :
21
21
Adds new users from Firebase Authentication to a specified Mailchimp audience.
22
22
23
23
license : Apache-2.0
24
- billingRequired : true
24
+
25
25
sourceUrl : https://github.com/firebase/extensions/tree/master/auth-mailchimp-sync
26
26
releaseNotesUrl : https://github.com/firebase/extensions/blob/master/auth-mailchimp-sync/CHANGELOG.md
27
27
@@ -39,6 +39,8 @@ contributors:
39
39
email : elliot@invertase.io
40
40
url : https://github.com/ehesp
41
41
42
+ billingRequired : true
43
+
42
44
resources :
43
45
- name : addUserToList
44
46
type : firebaseextensions.v1beta.function
@@ -51,6 +53,7 @@ resources:
51
53
eventTrigger :
52
54
eventType : providers/firebase.auth/eventTypes/user.create
53
55
resource : projects/${PROJECT_ID}
56
+
54
57
- name : removeUserFromList
55
58
type : firebaseextensions.v1beta.function
56
59
description :
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : delete-user-data
16
- displayName : Delete User Data
17
- specVersion : v1beta
18
16
version : 0.1.3
17
+ specVersion : v1beta
19
18
19
+ displayName : Delete User Data
20
20
description :
21
21
Deletes data keyed on a userId from Cloud Firestore, Realtime Database, and/or
22
22
Cloud Storage when a user deletes their account.
23
23
24
24
license : Apache-2.0
25
- billingRequired : false
25
+
26
26
sourceUrl : https://github.com/firebase/extensions/tree/master/delete-user-data
27
27
releaseNotesUrl : https://github.com/firebase/extensions/blob/master/delete-user-data/CHANGELOG.md
28
28
@@ -40,6 +40,8 @@ contributors:
40
40
email : elliot@invertase.io
41
41
url : https://github.com/ehesp
42
42
43
+ billingRequired : false
44
+
43
45
roles :
44
46
- role : datastore.owner
45
47
reason : Allows the extension to delete (user) data from Cloud Firestore.
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : firestore-bigquery-export
16
- displayName : Export Collections to BigQuery
17
- specVersion : v1beta
18
16
version : 0.1.1
17
+ specVersion : v1beta
19
18
19
+ displayName : Export Collections to BigQuery
20
20
description :
21
21
Sends realtime, incremental updates from a specified Cloud Firestore collection to BigQuery.
22
22
23
23
license : Apache-2.0
24
- billingRequired : true
24
+
25
25
sourceUrl : https://github.com/firebase/extensions/tree/master/firestore-bigquery-export
26
26
releaseNotesUrl : https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/CHANGELOG.md
27
27
@@ -34,6 +34,8 @@ contributors:
34
34
email : wyszynski@google.com
35
35
url : https://github.com/IanWyszynski
36
36
37
+ billingRequired : true
38
+
37
39
apis :
38
40
- apiName : bigquery-json.googleapis.com
39
41
reason : Mirrors data from your Cloud Firestore collection in BigQuery.
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : firestore-counter
16
- displayName : Distributed Counter
17
- specVersion : v1beta
18
16
version : 0.1.3
17
+ specVersion : v1beta
19
18
19
+ displayName : Distributed Counter
20
20
description :
21
21
Records event counters at scale to accommodate high-velocity writes to Cloud Firestore.
22
22
23
23
license : Apache-2.0
24
- billingRequired : false
24
+
25
25
sourceUrl : https://github.com/firebase/extensions/tree/master/firestore-counter
26
26
releaseNotesUrl : https://github.com/firebase/extensions/blob/master/firestore-counter/CHANGELOG.md
27
27
@@ -33,6 +33,8 @@ contributors:
33
33
- authorName : Patryk Lesiewicz
34
34
url : https://github.com/lepatryk
35
35
36
+ billingRequired : false
37
+
36
38
roles :
37
39
- role : datastore.user
38
40
reason :
Original file line number Diff line number Diff line change 15
15
name : firestore-send-email
16
16
version : 0.1.3
17
17
specVersion : v1beta
18
- displayName : Trigger Email
19
18
19
+ displayName : Trigger Email
20
20
description :
21
21
Composes and sends an email based on the contents of a document written to a specified Cloud Firestore collection.
22
22
23
23
license : Apache-2.0
24
- billingRequired : true
24
+
25
25
sourceUrl : https://github.com/firebase/extensions/tree/master/firestore-send-email
26
26
releaseNotesUrl : https://github.com/firebase/extensions/blob/master/firestore-send-email/CHANGELOG.md
27
27
@@ -36,6 +36,8 @@ contributors:
36
36
email : elliot@invertase.io
37
37
url : https://github.com/ehesp
38
38
39
+ billingRequired : true
40
+
39
41
roles :
40
42
- role : datastore.user
41
43
reason : Allows this extension to access Cloud Firestore to read and process added email documents.
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : firestore-shorten-urls-bitly
16
- displayName : Shorten URLs
17
- specVersion : v1beta
18
16
version : 0.1.3
17
+ specVersion : v1beta
19
18
19
+ displayName : Shorten URLs
20
20
description :
21
21
Shortens URLs written to a specified Cloud Firestore collection (uses Bitly).
22
22
23
23
license : Apache-2.0
24
- billingRequired : true
24
+
25
25
sourceUrl : https://github.com/firebase/extensions/tree/master/firestore-shorten-urls-bitly
26
26
releaseNotesUrl : https://github.com/firebase/extensions/blob/master/firestore-shorten-urls-bitly/CHANGELOG.md
27
27
@@ -37,6 +37,8 @@ contributors:
37
37
email : kevincheung@google.com
38
38
url : https://github.com/kevinthecheung
39
39
40
+ billingRequired : true
41
+
40
42
roles :
41
43
- role : datastore.user
42
44
reason : Allows the extension to write shortened URLs to Cloud Firestore.
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : firestore-translate-text
16
- specVersion : v1beta
17
16
version : 0.1.2
17
+ specVersion : v1beta
18
18
19
19
displayName : Translate Text
20
-
21
20
description :
22
21
Translates strings written to a Cloud Firestore collection into multiple languages (uses Cloud Translation API).
23
22
24
23
license : Apache-2.0
25
- billingRequired : true
24
+
26
25
sourceUrl : https://github.com/firebase/extensions/tree/master/firestore-translate-text
27
26
releaseNotesUrl : https://github.com/firebase/extensions/blob/master/firestore-translate-text/CHANGELOG.md
28
27
@@ -35,6 +34,8 @@ contributors:
35
34
email : chris@csfrequency.com
36
35
url : https://github.com/chrisbianca
37
36
37
+ billingRequired : true
38
+
38
39
apis :
39
40
- apiName : translate.googleapis.com
40
41
reason : To use Google Translate to translate strings into your specified target languages.
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : rtdb-limit-child-nodes
16
- displayName : Limit Child Nodes
17
- specVersion : v1beta
18
16
version : 0.1.0
17
+ specVersion : v1beta
19
18
19
+ displayName : Limit Child Nodes
20
20
description :
21
21
Limits the number of nodes to a specified maximum count in a specified Realtime Database path.
22
22
23
23
license : Apache-2.0
24
- billingRequired : false
24
+
25
25
sourceUrl : https://github.com/firebase/extensions/tree/master/rtdb-limit-child-nodes
26
26
releaseNotesUrl : https://github.com/firebase/extensions/blob/master/rtdb-limit-child-nodes/CHANGELOG.md
27
27
@@ -34,6 +34,8 @@ contributors:
34
34
email : chris@csfrequency.com
35
35
url : https://github.com/chrisbianca
36
36
37
+ billingRequired : false
38
+
37
39
roles :
38
40
- role : firebasedatabase.admin
39
41
reason : Allows the extension to delete nodes from your Realtime Database instance.
@@ -51,6 +53,7 @@ resources:
51
53
eventTrigger :
52
54
eventType : providers/google.firebase.database/eventTypes/ref.create
53
55
resource : projects/_/instances/${DATABASE_INSTANCE}/refs/${NODE_PATH}/{messageid}
56
+
54
57
params :
55
58
- param : LOCATION
56
59
type : select
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : storage-resize-images
16
- specVersion : v1beta
17
16
version : 0.1.4
18
- license : Apache-2.0
17
+ specVersion : v1beta
19
18
20
19
displayName : Resize Images
21
-
22
20
description :
23
21
Resizes images uploaded to Cloud Storage to a specified size, and optionally keeps or deletes the original image.
24
22
25
- billingRequired : false
23
+ license : Apache-2.0
24
+
26
25
sourceUrl : https://github.com/firebase/extensions/tree/master/storage-resize-images
27
26
releaseNotesUrl : https://github.com/firebase/extensions/blob/master/storage-resize-images/CHANGELOG.md
28
27
@@ -40,6 +39,8 @@ contributors:
40
39
email : mike@invertase.io
41
40
url : https://github.com/salakar
42
41
42
+ billingRequired : false
43
+
43
44
apis :
44
45
- apiName : storage-component.googleapis.com
45
46
reason : Needed to use Cloud Storage
You can’t perform that action at this time.
0 commit comments