vca-firebase icon indicating copy to clipboard operation
vca-firebase copied to clipboard

Vue3 Composition Api for Firebase (Vite)

Results 3 vca-firebase issues
Sort by recently updated
recently updated
newest added

Any interest in upgrading this to Firebase V9? I sent you a pull request for the nuxt version but I haven't done any testing yet..

This is a pretty simple fix. On line 72 in auth.js there is this call `const provider = new firebase.auth.GoogleAuthProvider()` but the problem is that firebase was never imported into...

First of all, thanks for this handy package, it makes access to Firestore much simpler! I understand Firestore doesn't return subcollections because queries are shallow? Would it be possible to...