ktamas77 / firebase-php

Firebase PHP Client
791 stars 215 forks source link

[PR] Adds function making it possible to get curl response info #63

Closed JLaferri closed 5 years ago

JLaferri commented 7 years ago

There was no way for us to know previously whether a set call returned with an HTTP code not of value 200. This allows the http code, among other things, to be checked and actions to be taken if a set failed.

ktamas77 commented 5 years ago

Thank you for your suggestion. This will be implemented in compliance with our coding standards.