Skip to content

Releases: mobizt/FirebaseClient

v1.4.7

07 Nov 02:30
Compare
Choose a tag to compare

November 7, 2024

v1.4.7 stable release

Updates:

  • Fix bugs in AsyncClient HTTP protocol and async task flow PR #172 from ztaylor54
  • The string_t and object_t enhancement.
  • Update sponsors.

v1.4.6

30 Oct 15:57
Compare
Choose a tag to compare

October 30, 2024

v1.4.6 stable release

Updates:

  • Fix possible stack ovf issue #169 for ESP8266 due to too large printf buffer.

v1.4.5

30 Oct 08:34
Compare
Choose a tag to compare

October 30, 2024

v1.4.5 stable release

Updates:

  • Fix compilation error when Service Auth was disabled.

v1.4.4

29 Oct 03:29
Compare
Choose a tag to compare

October 29, 2024

v1.4.4 stable release

Updates:

  • Fix Raspberry Pi Pico compilation error.

v1.4.3

29 Oct 02:59
Compare
Choose a tag to compare

October 29, 2024

v1.4.3 stable release

Updates:

  • 64 bit integer to string conversion optimization.
  • Minor update for documentation.

v1.4.2

25 Oct 05:14
Compare
Choose a tag to compare

October 25, 2024

v1.4.2 stable release

Updates:

  • Fix 64-bit number to string conversion in some platforms.

v1.4.1

25 Oct 02:48
Compare
Choose a tag to compare

October 25, 2024

v1.4.1 stable release

Please update to v1.4.2 instead due to some platform compilation errors.

Updates:

  • Fix Firestore's IntegerValue class issue #164.
  • Update sponsors.

v1.4.0

05 Oct 17:31
Compare
Choose a tag to compare

October 5, 2024

v1.4.0 stable release

Updates:

  • Fix AsyncClient stopAsync issue #157.
  • Fix Custom_Auth issue #158.

v1.3.12

02 Oct 12:06
Compare
Choose a tag to compare

October 2, 2024

v1.3.12 stable release

Updates:

  • Fix Realtime database DatabaseOptions issue #154.

v1.3.11

19 Sep 05:40
Compare
Choose a tag to compare

September 17, 2024

v1.3.11 stable release

Updates:

  • Add support Arduino OPTA.