Skip to content

Releases: mobizt/Firebase-ESP-Client

v2.1.3

03 May 17:53
Compare
Choose a tag to compare

May 4, 2021

v2.1.3 stable release

Updates:

  • Fix multiPathStream issue with token authentication.
  • Add uninitialized handler.
  • Add RTDB setAsync, pushAsync and updateNodeAsync functions for faster store.

v2.1.2

01 May 14:24
Compare
Choose a tag to compare

May 1, 2021

v2.1.2 stable release

Updates:

  • Change the ambiguous defined macro FIREBASE_HOST and FIREBASE_AUTH to FIREBASE_URL and DATABASE_SECRET.
  • Remove database Host requirement from other services.
  • Fix the backup function session issue.
  • Improve the examples.

v2.1.1

30 Apr 06:02
Compare
Choose a tag to compare

April 30, 2021

v2.1.1 stable release

Updates:

  • Fix the RTDB streamAvailable() never triggered issue.
  • Fix the unhandled exception when using the Query filter.
  • Fix the FCM payloads construction issues.
  • Fix the access denied crash in RTDB stream read.
  • Add Firebase.ready() function for token generation ready checking.
  • Add Firebase.authenticated() function for authentication success status checking.
  • Add Firebase.setSystemTime function for setting the system timestamp manually.
  • Add Firebase.RTDB.setQueryIndex and removeQueryIndex functions for database query indexing.
  • Add Firebase.RTDB.setReadWriteRules function for adding or removing the read and write rules in the RTDB rules.
  • Add FireSense addon, the Programmable Data Logging and IO Control library.
  • Improve the token handling in the examples.
  • Fix missing src/addons folder.

v2.0.15

04 Apr 05:34
Compare
Choose a tag to compare

April 4, 2021

v2.0.15 stable release

Updates:

  • Fix the memory leaks in internal JSON parser.
  • Fix the token refreshment issue.

v2.0.14

03 Apr 04:07
Compare
Choose a tag to compare

April 3, 2021

v2.0.14 stable release

Updates:

  • Allows other Firebase calls inside the stream and multipath stream callback function.

v2.0.13

31 Mar 18:22
Compare
Choose a tag to compare

April 1, 2021

v2.0.13 stable release

Updates:

  • Add support Ethernet (ESP32).

v2.0.12

30 Mar 01:11
Compare
Choose a tag to compare

March 30, 2021

v2.0.12 stable release

Updates:

  • Fix the pushArray, setArray and pathExist bugs.

2.0.11

25 Mar 11:36
Compare
Choose a tag to compare

March 25, 2021

v 2.0.11 stable release

Updates:

  • Fix the missing token generation error status report.
  • Fix MultiPathStream::get memory leaks.

2.0.10

23 Mar 15:46
Compare
Choose a tag to compare

March 23, 2021

v 2.0.10 stable release

Updates:

  • Fix the tokens generation refreshment and internet connection issue.

2.0.9

21 Mar 10:09
Compare
Choose a tag to compare

March 21, 2021

v 2.0.9 stable release

Updates:

  • Fix the delay and missing stream responses.
    Now stream payload will not missing and responses instantly.