feat(firebase): add new documents within firestore collection trigger

This commit is contained in:
Rıdvan Akca
2024-03-01 15:55:34 +03:00
parent 9b51e0f746
commit dff1c5e387
9 changed files with 177 additions and 1 deletions

View 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 />