Is there a PHP library for connecting php to the Firebase Firestore database? Is it even possible to PHP to retrieve data from Firebase?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Yes, there is now a PHP client library.
You'll find more examples in our documentation now, just select the PHP tab on the snippets.
Yes, you can retrieve data using PHP, an example:
The above will order the reference's children by the values in the field 'height' in ascending order.
more info here:
http://firebase-php.readthedocs.io/en/latest/realtime-database.html
https://github.com/kreait/firebase-php