Skip to content

Commit 590a9e8

Browse files
Merge branch 'master' into github-star-repo-action
2 parents b11bde8 + c636a77 commit 590a9e8

File tree

9 files changed

+141
-373
lines changed

9 files changed

+141
-373
lines changed

components/firebase_admin_sdk/actions/create-document/create-document.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "firebase_admin_sdk-create-document",
66
name: "Create Document",
77
description: "Creates a New Document. [See the documentation](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#add)",
8-
version: "0.0.9",
8+
version: "0.0.10",
99
type: "action",
1010
props: {
1111
...common.props,

components/firebase_admin_sdk/actions/create-realtime-db-record/create-realtime-db-record.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "firebase_admin_sdk-create-realtime-db-record",
66
name: "Create Firebase Realtime Database Record",
77
description: "Creates or replaces a child object within your Firebase Realtime Database. [See the docs here](https://firebase.google.com/docs/reference/js/database#update)",
8-
version: "0.0.6",
8+
version: "0.0.7",
99
type: "action",
1010
props: {
1111
...common.props,

components/firebase_admin_sdk/actions/list-documents/list-documents.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "firebase_admin_sdk-list-documents",
66
name: "List Documents",
77
description: "Lists documents in a collection. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#listDocuments)",
8-
version: "0.0.6",
8+
version: "0.0.7",
99
type: "action",
1010
props: {
1111
...common.props,

components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "firebase_admin_sdk-replicate-event-firestore",
77
name: "Save Event to Firestore",
88
description: "Replicate event in Firestore",
9-
version: "0.4.5",
9+
version: "0.4.6",
1010
type: "action",
1111
props: {
1212
firebase_admin_sdk: {

components/firebase_admin_sdk/actions/update-document/update-document.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "firebase_admin_sdk-update-document",
66
name: "Update Document",
77
description: "Updates a Document. [See the documentation](https://googleapis.dev/nodejs/firestore/latest/DocumentReference.html#update)",
8-
version: "0.0.6",
8+
version: "0.0.7",
99
type: "action",
1010
props: {
1111
...common.props,

components/firebase_admin_sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/firebase_admin_sdk",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Pipedream Firebase Admin SDK Components",
55
"main": "firebase_admin_sdk.app.mjs",
66
"keywords": [
@@ -13,7 +13,7 @@
1313
"@firebase/app-compat": "^0.1.25",
1414
"@firebase/app-types": "^0.7.0",
1515
"@pipedream/platform": "^3.0.3",
16-
"firebase-admin": "^10.0.1",
16+
"firebase-admin": "^13.0.2",
1717
"google-auth-library": "^7.11.0"
1818
},
1919
"gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535",

components/firebase_admin_sdk/sources/new-child-object/new-child-object.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "firebase_admin_sdk-new-child-object",
66
name: "New Child Object in a Realtime Database",
77
description: "Emit new event when a new child object is discovered within a specific path",
8-
version: "0.0.7",
8+
version: "0.0.8",
99
type: "source",
1010
dedupe: "unique",
1111
props: {

components/firebase_admin_sdk/sources/new-doc-in-firestore-collection/new-doc-in-firestore-collection.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "firebase_admin_sdk-new-doc-in-firestore-collection",
66
name: "New Document in Firestore Collection",
77
description: "Emit new event when a structured query returns new documents",
8-
version: "0.0.7",
8+
version: "0.0.8",
99
type: "source",
1010
dedupe: "unique",
1111
props: {

pnpm-lock.yaml

Lines changed: 132 additions & 364 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)