plokko / firebase-php

Php integration of Firebase API (FCM Http v1, RealTime database)
16 stars 9 forks source link

handle null response #13

Closed pety-dc closed 2 years ago

pety-dc commented 2 years ago

Sometimes the Request suffers such error that there is no Response (eg timeout) The getResponse() methud returns null and the calling getBody() on null leads to another exception.