Skip to content

Releases: mobizt/FirebaseClient

v1.2.16

25 Jun 07:00
Compare
Choose a tag to compare

June 25, 2024

v1.2.16 stable release

Updates:

  • Add support TCP session timeout for session reusage.

v1.2.15

25 Jun 04:30
Compare
Choose a tag to compare

June 25, 2024

v1.2.15 stable release

Updates:

  • Fix last error initialization (issue #103).
  • Prevent FirebaseApp (auth task handler) from running when OTA update is running.

v1.2.14

22 Jun 06:03
Compare
Choose a tag to compare

June 22, 2024

v1.2.14 stable release

Updates:

  • Add support precision in Firestore Document's DoubleValue and MapValue.
  • Add support printf buffer size, FIREBASE_PRINTF_BUFFER in compiler build flag.
  • Revert the default printf buffer size to 4096 to handle large JSON response.
  • Update examples and documentations.

v1.2.13

13 Jun 11:58
Compare
Choose a tag to compare

June 13, 2024

v1.2.13 stable release

Updates:

  • Optimize and fix possible code defects.
  • Fix Firestore struct missing namespace issue.
  • Update ESP32 Ethernet examples.

v1.2.12

09 Jun 11:39
Compare
Choose a tag to compare

June 9, 2024

v1.2.12 stable release

Updates:

  • Fix minor issue and update the Realtime database simple examples.
  • Fix possible code defects
  • Leaving known BearSSL code defects for memcpy: memory overlapping of src and dest issues found in des_tab.c at line 304, aes_ct64_ctr.c at line 63-64 and des_ct.c at line 171 as it should fix by BearSSL developer instead.

v1.2.11

07 Jun 06:08
Compare
Choose a tag to compare

June 7, 2024

v1.2.11 stable release

Updates:

  • Add support the FirebaseApp deinitialization (deinitializeApp).
  • Add support FirebaseApp unbinding (resetApp).
  • Update the examples and documentations.
  • Change the enum auth_event_error value from 11 to -1.
  • Add user verification code in examples.

v1.2.10

06 Jun 05:57
Compare
Choose a tag to compare

June 6, 2024

v1.2.10 stable release

Updates:

  • Add Simple examples for Realtime database usage.

v1.2.9

05 Jun 10:16
Compare
Choose a tag to compare

June 5, 2024

v1.2.9 stable release

Updates:

  • Fix SSE mode (HTTP Streaming) task does not restart when auth updated in different async clients usage.

v1.2.8

05 Jun 06:58
Compare
Choose a tag to compare

June 5, 2024

v1.2.8 stable release

Updates:

  • Fix incorrect Realtime database Stream timeout setting.
  • Fix missing Realtime database Stream timed out error status.
  • Defer the server re-connection in auth and SSE mode (HTTP Streaming) tasks in case of failure.
  • Add support Arduino® UNO R4 WiFi in library property.

v1.2.7

01 Jun 17:14
Compare
Choose a tag to compare

June 2, 2024

v1.2.7 stable release

Updates:

  • Fix sync File download issue in Realtime database.
  • Fix upload/download progress debug info issue #81 in non-callback async task.