Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
47
export
function
checkIdField(options: ReactFireOptions) {
48
return
checkOptions(options,
'idField'
);
49
}
50
51
export
* from
'./auth'
;
52
export
* from
'./database'
;
Callers
5
useFirestoreDocData
Function · 0.85
useFirestoreDocDataOnce
Function · 0.85
useFirestoreCollectionData
Function · 0.85
useDatabaseObjectData
Function · 0.85
useDatabaseListData
Function · 0.85
Calls
1
checkOptions
Function · 0.85
Tested by
no test coverage detected