All notable changes to Firestore PHP
will be documented in this file.
- Feature: Add ability to use special characters in filenames. Thanks to PR #2 by @backendrulz
- Added support for Guzzle 7
- Added support for PHP 8
- Minimum requirement PHP 7.3
- Corrected several linting errors
- Documentation error and typos fixed.
- Saving last response when Guzzle's
BadResponseException
exception throws. - Had to use
git mv
to rename files changed in2.0.0
- Added
has
method to validate key existence.
- Added Firebase Authentication
- All files prefixed changed from
FireStore
toFirestore
(notice thes
in store) - Added
Bytes
support. - Exception handling support added.
- Support added to list all documents, batch listing with query parameter.
- Pagination support for bulk and document listing.
- Improved naming convention throughout the package.
FireStoreApiClient
changed toFirestoreClient
- Documentation updated
- Add method for casting floating point values
- Document ID flipped on
getDocument
method
- Initial release