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

Function checkinitialData

src/index.ts:43–45  ·  view source on GitHub ↗
(options: ReactFireOptions)

Source from the content-addressed store, hash-verified

41}
42
43export function checkinitialData(options: ReactFireOptions) {
44 return checkOptions(options, 'initialData');
45}
46
47export function checkIdField(options: ReactFireOptions) {
48 return checkOptions(options, 'idField');

Callers

nothing calls this directly

Calls 1

checkOptionsFunction · 0.85

Tested by

no test coverage detected