You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* parse boolean values
* versions
* Remove 0 and 1 case for boolean
* Fix typos
---------
Co-authored-by: Leo Vu <vunguyenhung@outlook.com>
Co-authored-by: Leo Vu <18277920+vunguyenhung@users.noreply.github.com>
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)",
Copy file name to clipboardExpand all lines: components/firebase_admin_sdk/actions/list-documents/list-documents.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ export default {
5
5
key: "firebase_admin_sdk-list-documents",
6
6
name: "List Documents",
7
7
description: "Lists documents in a collection. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#listDocuments)",
0 commit comments