`instance.addAuthStateListener { ... instance.remo...
# getting-started
r
Copy code
instance.addAuthStateListener {
...
instance.removeListener(this) // Error, this resolves to the enclosing object 
}