sync with local storage
This commit is contained in:
@@ -29,6 +29,6 @@ export const initializeFirebase = () => {
|
||||
})
|
||||
}
|
||||
|
||||
export const initialized = computed(() => user.value !== undefined)
|
||||
export const initialized = computed<boolean>(() => user.value !== undefined)
|
||||
|
||||
export const signOut = () => firebase.auth().signOut()
|
||||
|
||||
Reference in New Issue
Block a user