Skip to content

Releases: mobizt/Firebase-ESP-Client

v2.3.6

04 Jul 11:46
Compare
Choose a tag to compare

July 4, 2021

v2.3.6 stable release

Updates:

  • Fix RTDB data type mismatch issue.
  • Fix FireSense addon issue.
  • Reduce memory usage.
  • Remove RTDB's priority parameter in set and push of File and Blob functions.

v2.3.5

27 Jun 02:21
Compare
Choose a tag to compare

June 27, 2021

v2.3.5 stable release

Updates:

  • Fix the empty JSON and JSON Array objects issues in RTDB's Firebase Data object response payload.

v2.3.4

24 Jun 23:43
Compare
Choose a tag to compare

June 25, 2021

v2.3.4 stable release

Updates:

  • Fix Stream and MultipathStream data manipulation.

v2.3.3

24 Jun 14:19
Compare
Choose a tag to compare

June 24, 2021

v2.3.3 stable release

Updates:

  • Fix the unreadable RTDB.MultiPathStream's event type.
  • Fix invalid input data in FirebaseJson getArray.

v2.3.1

24 Jun 01:09
Compare
Choose a tag to compare

June 24, 2021

v2.3.1 stable release

Updates:

  • Fix GCS and Firebase Storage downloads timed out.

v2.3.0

22 Jun 17:45
Compare
Choose a tag to compare

June 22, 2021

v2.3.0 stable release

Updates:

  • Improve memory usage (8 -10 k more free heap).
  • Add support classes exclusion.

v2.2.6

13 Jun 11:21
Compare
Choose a tag to compare

June 13, 2021

v2.2.6 stable release

Updates:

  • Add Firestore's beginTransaction and rollback functions.

v2.2.5

10 Jun 05:24
Compare
Choose a tag to compare

June 10, 2021

v2.2.5 stable release

Updates:

  • Add payload and dataTypeEnum functions for the FirebaseStream class.
  • Add dataTypeEnum function for FirebaseData class.

v2.2.4

27 May 11:41
Compare
Choose a tag to compare

May 23, 2021

v2.2.4 stable release

Updates:

  • Add Firestre commitDocumentAsync function and Field value increment example.

v2.2.3

22 May 14:23
Compare
Choose a tag to compare

May 22, 2021

v2.2.3 stable release

Updates:

  • Update call Function in Cloud Functions for Firebase.