Cloud actions make it simple to define a set of database operations with consistent names and parameters. They also provide type safety to common actions like creating or updadating a document.
@firebridge/cloud
make it easy to create your own simple actions for performing database operations. For example:
firestoreAdd
for adding documentsfirestoreDelete
for deleting documentsfirestoreGet
for reading documentsfirestoreSet
for setting documentsfirestoreUpdate
for updating documentsfirestoreMerge
for merging documents