Skip to content

Firebase Error Throws Exception #80

Closed
@Thomr77

Description

@Thomr77

Hi,

When Firebase encounters an error then an exception is thrown - in previous versions it reported the error.

Call FirebaseSender.SendAsync(payload) with an invalid recipient token for example.

try
{
    FirebaseResponse firebase_response = await firebase_sender.SendAsync(payload));
}
catch (Exception ex)
{
    Debug.WriteLine(ex.ToString());
}

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions