Skip to content

Context Checking for Firebase.off() #2

@thevinchi

Description

@thevinchi

Not currently making use of context. In the JS SDK, if there are multiple listeners with the same callback and the context is provided to off(), then the first callback with that context is the one removed.

Currently the code will remove the first callback whether or not the context matches.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions