feat(firebase): add new documents within firestore collection trigger
This commit is contained in:
12
packages/docs/pages/apps/firebase/triggers.md
Normal file
12
packages/docs/pages/apps/firebase/triggers.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/firebase.svg
|
||||
items:
|
||||
- name: New documents within a firestore collection
|
||||
desc: Triggers when a new document is added within a Cloud Firestore collection.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
Reference in New Issue
Block a user