Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Releases: ahsankhatri/firestore-php

v2.0.4: Add a few tests for FirestoreDocument and fix odd behaviour of getCre…

04 Apr 20:11
811c574
Compare
Choose a tag to compare

v2.0.3: Store http response code in UnhandledRequestError (#12)

18 Sep 10:29
Compare
Choose a tag to compare
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)

18 Apr 10:19
Compare
Choose a tag to compare
* Fix crash when trying to read empty array