This repository was archived by the owner on Jan 5, 2023. It is now read-only.
Releases: ahsankhatri/firestore-php
Releases · ahsankhatri/firestore-php
v2.0.4
v2.0.3: Store http response code in UnhandledRequestError (#12)
This allows the user to deal with errors in a more informed way - for example, if the response code is 502 or 503, it might be a good idea to wait 15-30 seconds and try again.
v2.0.2: Fix crash when trying to read empty array (#4)
* Fix crash when trying to read empty array