MCPcopy Index your code
hub / github.com/angular/angularfire / isFirebaseRef

Function isFirebaseRef

src/compat/database/utils.ts:16–18  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

14}
15
16export function isFirebaseRef(value: any): boolean {
17 return typeof value.set === 'function';
18}
19
20/**
21 * Returns a database reference given a Firebase App and an

Callers 2

getRefFunction · 0.85
checkOperationCasesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected