79684884

Date: 2025-06-30 14:02:52
Score: 1
Natty:
Report link

I use this, and setting up vuefire module inside nuxt.config.ts :

<script setup>
import { useCollection } from 'vuefire'
import { collection } from 'firebase/firestore'

const db= useFirestore()
const todos = useCollection(collection(db, 'todos'))
</script>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: owll75