Releases: mobizt/FirebaseClient
Releases · mobizt/FirebaseClient
v1.2.10
June 6, 2024
v1.2.10 stable release
Updates:
- Add Simple examples for Realtime database usage.
v1.2.9
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
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
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.
v1.2.6
May 29, 2024
v1.2.6 stable release
Updates:
- Add support user defined JWT token processor to allow multi-threaded usage.
- Update documentation.
- Update examples.
v1.2.5
May 22, 2024
v1.2.5 stable release
Updates:
- Fix compilation error issue #76.
v1.2.4
May 22, 2024
v1.2.4 stable release
Updates:
- Fix wrong network timeout setting.
- Update Ethernet and GSM networks debugging.
- Remove blocking wait loops for Ethernet and GSM networks.
DONOT INSTALL THIS VERSION BECAUSE OF KNOWN LIBRARY COMPILATION ISSUE
v1.2.3
May 20, 2024
v1.2.3 stable release
Updates:
- Fix Realtime Database shallow option issue.
- Make some functions private access.
- Update Realtime Database documentation.
- Update examples.
v1.2.2
May 18, 2024
v1.2.2 stable release
Updates:
- Fix last error status was not set/reset properly in sync task.
v1.2.1
May 18, 2024
v1.2.1 stable release
Updates:
- Reduce the stack usage in sync task.
- Add support the external async result for sync tasks.
- Add support events filtering in Realtime database SSE mode (HTTP Streaming) result.