Package Exports
- @vueuse/firebase
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vueuse/firebase) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🔥 @vueuse/firebase
This is an add-on of VueUse, enables the realtime bindings for Firebase.
📦 Install
for Vue 3 (vue-next)
npm i @vueuse/firebase@vue3 firebase
for Vue 2 with composition-api polyfill
npm i @vueuse/firebase@vue2 firebase
⚡ Functions
@vueuse/firebase provides following functions
- Firebase
useFirestore— reactive Firestore bindinguseRTDB— reactive Firebase Realtime Database binding
You can checkout the full documents and live demos in Storybook.
📄 License
MIT License © 2019-2020 Anthony Fu