Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "firebase_admin_sdk-create-document",
name: "Create Document",
description: "Creates a New Document. [See the documentation](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#add)",
version: "0.0.9",
version: "0.0.10",
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "firebase_admin_sdk-create-realtime-db-record",
name: "Create Firebase Realtime Database Record",
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)",
version: "0.0.6",
version: "0.0.7",
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "firebase_admin_sdk-list-documents",
name: "List Documents",
description: "Lists documents in a collection. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#listDocuments)",
version: "0.0.6",
version: "0.0.7",
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
key: "firebase_admin_sdk-replicate-event-firestore",
name: "Save Event to Firestore",
description: "Replicate event in Firestore",
version: "0.4.5",
version: "0.4.6",
type: "action",
props: {
firebase_admin_sdk: {

Check warning on line 12 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop firebase_admin_sdk must have a label. See https://pipedream.com/docs/components/guidelines/#props

Check warning on line 12 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop firebase_admin_sdk must have a description. See https://pipedream.com/docs/components/guidelines/#props
type: "app",
app: "firebase_admin_sdk",
},
deliveryId: {

Check warning on line 16 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop deliveryId must have a label. See https://pipedream.com/docs/components/guidelines/#props

Check warning on line 16 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop deliveryId must have a description. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
},
firestoreCollection: {

Check warning on line 19 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop firestoreCollection must have a label. See https://pipedream.com/docs/components/guidelines/#props

Check warning on line 19 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop firestoreCollection must have a description. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
},
data: {

Check warning on line 22 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop data must have a label. See https://pipedream.com/docs/components/guidelines/#props

Check warning on line 22 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop data must have a description. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "firebase_admin_sdk-update-document",
name: "Update Document",
description: "Updates a Document. [See the documentation](https://googleapis.dev/nodejs/firestore/latest/DocumentReference.html#update)",
version: "0.0.6",
version: "0.0.7",
type: "action",
props: {
...common.props,
Expand Down
4 changes: 2 additions & 2 deletions components/firebase_admin_sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/firebase_admin_sdk",
"version": "0.0.9",
"version": "0.0.10",
"description": "Pipedream Firebase Admin SDK Components",
"main": "firebase_admin_sdk.app.mjs",
"keywords": [
Expand All @@ -13,7 +13,7 @@
"@firebase/app-compat": "^0.1.25",
"@firebase/app-types": "^0.7.0",
"@pipedream/platform": "^3.0.3",
"firebase-admin": "^10.0.1",
"firebase-admin": "^13.0.2",
"google-auth-library": "^7.11.0"
},
"gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "firebase_admin_sdk-new-child-object",
name: "New Child Object in a Realtime Database",
description: "Emit new event when a new child object is discovered within a specific path",
version: "0.0.7",
version: "0.0.8",
type: "source",
dedupe: "unique",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "firebase_admin_sdk-new-doc-in-firestore-collection",
name: "New Document in Firestore Collection",
description: "Emit new event when a structured query returns new documents",
version: "0.0.7",
version: "0.0.8",
type: "source",
dedupe: "unique",
props: {
Expand Down
499 changes: 133 additions & 366 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading