File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,6 @@ import {
14
14
connectDatabaseEmulator,
15
15
getDatabase,
16
16
} from 'firebase/database'
17
- import {
18
- toRaw,
19
- } from 'vue-demi'
20
- import {
21
- // TODO: conditional imports
22
- ReCaptchaV3Provider,
23
- ReCaptchaEnterpriseProvider,
24
- CustomProvider,
25
- } from 'firebase/app-check'
26
17
27
18
export default defineNuxtPlugin((nuxtApp) => {
28
19
const appConfig = useAppConfig()
@@ -33,9 +24,7 @@ export default defineNuxtPlugin((nuxtApp) => {
33
24
// connectFirestoreEmulator(getFirestore(firebaseApp), 'localhost', 8080)
34
25
// connectDatabaseEmulator(getDatabase(firebaseApp), 'localhost', 8081)
35
26
36
- nuxtApp.vueApp.use(VueFire, {
37
- firebaseApp,
38
- })
27
+ nuxtApp.vueApp.use(VueFire, { firebaseApp })
39
28
40
29
<% if (options .ssr ) { % >
41
30
if (process .server ) {
You can’t perform that action at this time.
0 commit comments