feat(firebase): add create cloud firestore document action

This commit is contained in:
Rıdvan Akca
2024-03-01 16:19:35 +03:00
parent dff1c5e387
commit d6b9410932
5 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/firebase.svg
items:
- name: Create Cloud Firestore document
desc: Creates a new document within a Cloud Firestore collection.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />