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

Interface ClaimsCheckProps

src/auth.tsx:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48export interface ClaimsCheckProps {
49 user: User;
50 fallback: React.ReactNode;
51 children: React.ReactNode;
52 requiredClaims: { [key: string]: any };
53}
54
55export interface ClaimCheckErrors {
56 [key: string]: any[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected