File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/nuxt/src/runtime/app Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import { deleteApp , FirebaseApp , initializeApp } from 'firebase/app'
2- import { User } from 'firebase/auth'
2+ import type { User } from 'firebase/auth'
33import LRU from 'lru-cache'
44import { log } from '../logging'
55import { UserSymbol } from '../constants'
Original file line number Diff line number Diff line change 11import type { FirebaseApp } from 'firebase/app'
2- import { getAuth , User } from 'firebase/auth'
2+ import { getAuth , type User } from 'firebase/auth'
33import { App , ref } from 'vue-demi'
44import { useFirebaseApp } from '../app'
55import { getGlobalScope } from '../globals'
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ import type { FirebaseApp } from 'firebase/app'
22import {
33 getAuth ,
44 onIdTokenChanged ,
5- User ,
5+ type User ,
66 updateEmail ,
77 updateProfile ,
88 reauthenticateWithCredential ,
9- AuthCredential ,
9+ type AuthCredential ,
1010} from 'firebase/auth'
1111import { computed , Ref } from 'vue-demi'
1212import { useFirebaseApp } from '../app'
You can’t perform that action at this time.
0 commit comments