All notable changes to Firestore PHP
will be documented in this file.
- 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