MCPcopy
hub / github.com/vueuse/vueuse / UseFirebaseAuthOptions

Interface UseFirebaseAuthOptions

packages/firebase/useAuth/index.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { computed, ref as deepRef } from 'vue'
4
5export interface UseFirebaseAuthOptions {
6 isAuthenticated: ComputedRef<boolean>
7 user: Ref<User | null>
8}
9
10/**
11 * Reactive Firebase Auth binding

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected