Skip to content
On this page

API Documentation / VueFireOptions

Interface: VueFireOptions

Options for VueFire Vue plugin.

Properties

firebaseApp

firebaseApp: FirebaseApp

The firebase app used by VueFire and associated with the different modules.


modules

Optional modules: (firebaseApp: FirebaseApp, app: App<any>) => void[]

Array of VueFire modules that should be added to the application. e.g. [VueFireAuth, VueFireDatabase]. Remember to import them from vuefire.

Released under the MIT License.