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.11",
version: "0.0.12",
annotations: {
destructiveHint: false,
openWorldHint: true,
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.8",
version: "0.0.9",
annotations: {
destructiveHint: true,
openWorldHint: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "firebase_admin_sdk-get-document",
name: "Get Document",
description: "Retrieves a document from a Firestore collection. [See the documentation](https://firebase.google.com/docs/firestore/query-data/get-data#get_a_document)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
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.8",
version: "0.0.9",
annotations: {
destructiveHint: false,
openWorldHint: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
key: "firebase_admin_sdk-replicate-event-firestore",
name: "Save Event to Firestore",
description: "Replicate event in Firestore",
version: "0.4.7",
version: "0.4.8",
annotations: {
destructiveHint: false,
openWorldHint: true,
Expand All @@ -14,17 +14,17 @@
},
type: "action",
props: {
firebase_admin_sdk: {

Check warning on line 17 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

Check warning on line 17 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
type: "app",
app: "firebase_admin_sdk",
},
deliveryId: {

Check warning on line 21 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

Check warning on line 21 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
type: "string",
},
firestoreCollection: {

Check warning on line 24 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

Check warning on line 24 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
type: "string",
},
data: {

Check warning on line 27 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

Check warning on line 27 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
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.8",
version: "0.0.9",
annotations: {
destructiveHint: true,
openWorldHint: true,
Expand Down
2 changes: 1 addition & 1 deletion components/firebase_admin_sdk/firebase_admin_sdk.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default {
},
_getHeaders(token) {
const defaultHeader = {
"Content-Type": "applicaton/json",
"Content-Type": "application/json",
};
const headers = token
? {
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "0.1.1",
"description": "Pipedream Firebase Admin SDK Components",
"main": "firebase_admin_sdk.app.mjs",
"keywords": [
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.8",
version: "0.0.9",
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.8",
version: "0.0.9",
type: "source",
dedupe: "unique",
props: {
Expand Down
Loading