Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/angular/angularfire
/ constructor
Method
constructor
src/auth/auth.ts:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
export
class
AuthInstances {
22
constructor() {
23
return
ɵgetAllInstancesOf<FirebaseAuth>(AUTH_PROVIDER_NAME);
24
}
25
}
26
27
export
const
authInstance$ = timer(0, 300).pipe(
Callers
nothing calls this directly
Calls
1
ɵgetAllInstancesOf
Function · 0.85
Tested by
no test coverage detected