@edgedev/firebase 1.8.9 → 1.8.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -770,6 +770,8 @@ staticSearch.getData("myItems", query, sort, limit);
|
|
|
770
770
|
|
|
771
771
|
# Run a Cloud Function
|
|
772
772
|
|
|
773
|
+
### edgeFirebase.runFunction('cloudFunction', {data});
|
|
774
|
+
|
|
773
775
|
This function allows you to invoke a specified cloud function by providing its name and an optional data object. The user's UID is automatically added to the data object before the cloud function is called.
|
|
774
776
|
|
|
775
777
|
#### Parameters
|