Description
At the moment, Database API removeChangeListener() deprecation message points to a method in the new Collection API which doesn't exist.
Instead, this should point to the new way to remove a listener token using its own ref: token.remove()