Nuxt-Vuefire's way to set firebase.firestore.Settings
Is there any way to set firebase.firestore.Settings with Nuxt-Vuefire?
https://firebase.google.com/docs/reference/js/v8/firebase.firestore.Settings
I would like to be able to do something like this, but with Vuefire:
const firestore = initializeFirestore(firebaseApp, {
experimentalAutoDetectLongPolling: true,
})
0 Replies