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

Interface ReactFireOptions

src/index.ts:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export interface ReactFireOptions<T = unknown> {
25 idField?: string;
26 initialData?: T | any;
27 /**
28 * @deprecated use initialData instead
29 */
30 startWithValue?: T | any;
31 suspense?: boolean;
32}
33
34export function checkOptions(options: ReactFireOptions, field: string) {
35 // make sure the field passed in is a valid key of ReactFire Options

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected