.subscribe((status, e) => console.log(status, e)) ...
# help
v
.subscribe((status, e) => console.log(status, e)) i got: status= RETRYING_AFTER_TIMEOUT ,error= undefined and then status= SUBSCRIPTION_ERROR ,error= undefined
g
I replied on your other post. The mods really frown on double posting for this reason.