MCPcopy Index your code
hub / github.com/FirebaseExtended/reactfire / AuthCheckProps

Interface AuthCheckProps

src/auth.tsx:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42export interface AuthCheckProps {
43 fallback: React.ReactNode;
44 children: React.ReactNode;
45 requiredClaims?: Object;
46}
47
48export interface ClaimsCheckProps {
49 user: User;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected