13 lines
296 B
Markdown
13 lines
296 B
Markdown
---
|
|
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 />
|