When you create a subscription and for some reason server replies to you with the error. The client silently eats this error.
This happen because of exception in async call to _parseFirebaseSubscription(http.Response response) method and when parseInto(firebaseSubscription, response.body) fails, this exception doesn't logged anywhere.