Unsubscribe

A function returned by onSnapshot() that removes the listener when invoked.

interface Unsubscribe {
(): void;
}

§Call Signatures

§
(): void
[src]

Removes the listener when invoked.