Skip to content

Handle errors on subscription creation #33

@dmytro-kashcheiev

Description

@dmytro-kashcheiev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions