We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25830c9 commit 37c4dd3Copy full SHA for 37c4dd3
jest.config.js
src/vuefire/index.ts
@@ -13,3 +13,10 @@ export {
13
} from './firestore'
14
15
export type { UseCollectionOptions } from './firestore'
16
+
17
+export { firestorePlugin } from './optionsApi'
18
+export type {
19
+ PluginOptions,
20
+ VueFirestoreObject,
21
+ FirestoreOption,
22
+} from './optionsApi'
0 commit comments