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

Function unsubscribe

src/compat/database/observable/fromRef.ts:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 if (listenType === 'on') {
36 return {
37 unsubscribe() {
38 if (fn != null) {
39 ref.off(event, fn);
40 }
41 }
42 };
43 } else {
44 return {

Callers 1

_fromRefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected