@vueuse/firebase
Add-on of VueUse, enables the real-time bindings for Firebase.
⚠️ This package only work with Firebase 9 or above with the modular style. For legacy versions, use
@vueuse/firebase@8
instead.
💡 Give a try to VueFire if you are looking for a more complete solution!
Install
bash
npm i @vueuse/firebase firebase
Functions
@vueuse/firebase
provides the following functions
useAuth
— 响应式的 Firebase Auth 绑定。它提供了一个响应式的user
和isAuthenticated
,因此您可以轻松地对用户的身份验证状态变化做出反应。useFirestore
— 响应式的 Firestore 绑定。使得始终将本地数据与远程数据库同步变得简单直观。useRTDB
— 响应式的 Firebase 实时数据库 绑定。使得始终将本地数据与远程数据库同步变得简单直观。
License
MIT License © 2019-PRESENT Anthony Fu