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

Function checkIdField

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

Source from the content-addressed store, hash-verified

45}
46
47export function checkIdField(options: ReactFireOptions) {
48 return checkOptions(options, 'idField');
49}
50
51export * from './auth';
52export * from './database';

Callers 5

useFirestoreDocDataFunction · 0.85
useFirestoreDocDataOnceFunction · 0.85
useDatabaseObjectDataFunction · 0.85
useDatabaseListDataFunction · 0.85

Calls 1

checkOptionsFunction · 0.85

Tested by

no test coverage detected