Skip to content

Commit 37c4dd3

Browse files
committed
refactor: add back firestorePlugin
1 parent 25830c9 commit 37c4dd3

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

jest.config.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/vuefire/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ export {
1313
} from './firestore'
1414

1515
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

Comments
 (0)