firebase-php icon indicating copy to clipboard operation
firebase-php copied to clipboard

Firebase PHP Client

Results 20 firebase-php issues
Sort by recently updated
recently updated
newest added

how to set name in push,example {"name":"gunanggunung"} ?

Trying to do $database->ref('some/path')->orderByChild('childname').equalTo('stringvalue')->... Will throw an error: "Constraint index field must be a JSON primitive". So it seems strings don't work, but performing the same query in, say, javascript...

Are requirements available anywhere? By requirements, I mean: - minimal PHP version - can it work without Composer - can it work on a shared hosting - is HTTPS mandatory

Just downloaded composer for the first time, and trying to install the php-firebase admin panel using: `composer require kreait/firebase-php ^4.35` Resulting output: `Using version ^4.35 for kreait/firebase-php ./composer.json has been...

Hi, Thanks for this great library. We have added some code `curl_getinfo($ch, CURLINFO_HTTP_CODE)` to get an exact error code from firebase. Sometimes, we are getting some unexpected error code 0...

Hi all i'm using firebase-php to make a query against a firebase db where i stored chat data. the structure is a thing like this ``` chat ----chat_ID ------------node_ID ```...

Hi @ktamas77 I am using your Library to get data from firebase using PHP it's good but here is the problem when I am connected with firebase using library getting...

is it possible to add an logger into the firebaseLib and log the catched exception messages? At the moment, the curl requests in firebaselib are like blackboxes and it's hard...

database secrets are deprecated now.. ![image](https://cloud.githubusercontent.com/assets/20189985/20038341/db627834-a429-11e6-9efd-7e5de4c83413.png) would it be possible to implement authentication via the new Service Account json file? this library uses it, but is heavily reliant on guzzle...

enhancement