Skip to content

Releases: mobizt/Firebase-ESP-Client

v2.5.1

20 Sep 08:31
Compare
Choose a tag to compare

September 20, 2021

v2.5.1 stable release

Updates:

  • Fix OAuth2.0 token generation issues since v2.4.0.
  • Fix FCM internal class initializing issue when Firebase.begin was call more than once.
  • Fix possible crash when Firebase.setFloatDigits and Firebase.setDoubleDigits called before Firebase.begin.
  • Add config.timeout for timeout configuration.

v2.5.0

09 Sep 06:47
Compare
Choose a tag to compare

September 9, 2021

v2.5.0 stable release

Updates:

  • Add support ESP8266 Ethernet.
  • Fix missing FCM error message.
  • Update examples.

v2.4.6

06 Sep 02:39
Compare
Choose a tag to compare

September 6, 2021

v2.4.6 stable release

Updates:

  • Fix RTDB setTimestampAsync bug #123 and update the examples.

v2.4.5

02 Sep 18:40
Compare
Choose a tag to compare

September 3, 2021

v2.4.5 stable release

Updates:

  • Fix Firestore getDocument hang bugs #122, and also #112 due to accidently recursive calling the function itself.

v2.4.4

31 Aug 05:19
Compare
Choose a tag to compare

August 31, 2021

v2.4.4 stable release

Updates:

  • Fix RTDB pushTimestamp bad request issue.
  • Fix FCM appInstanceInfo.
  • Update RTDB timestamp example.
  • Update FirbaseJson RTDB client example.

v2.4.3

31 Aug 04:54
Compare
Choose a tag to compare

August 31, 2021

v2.4.3 stable release

Updates:

  • Fix RTDB pushTimestamp bad request issue.
  • Update RTDB timestamp example.
  • Update FirbaseJson RTDB client example.

v2.4.2

22 Aug 07:12
Compare
Choose a tag to compare

August 21, 2021

v2.4.2 stable release

Updates:

  • Add supports generic string and number.

v2.4.1

19 Aug 04:46
Compare
Choose a tag to compare

August 19, 2021

v2.4.1 stable release

Updates:

  • Fix mising stringData in stream issue..
  • Fix issue that data type mismatch checking should not activated by default.
  • Add FirebaseJson features and fix for child of searching path existed in the search result.

v2.4.0

15 Aug 09:20
357a636
Compare
Choose a tag to compare

August 15, 2021

v2.4.0 major update, stable release

Updates:

  • Code optimization and refactoring.
  • Bugs fixed e.g. prevent zero length data sent in TCP client.
  • Major updates with features added and improvement in FirebaseJson, RTDB and Session classes.
  • Reduce memory usage.
  • Features added e.g. FirebaseData object's setCert() for locally Root CA verification, to() for any value casting.
  • RTDB Data type checking is now optional.
  • Fixed queue management code and file structure.
  • Rewrite and update examples.
  • MultipathStream begin and callback functions updated.
  • FireSense class and example updates. The loadConfig function with default config callback function as argument is set to deprecate.
  • Searchable Json object and array supported.
  • FirebaseJsonData casting to any value type is now supported.
  • FirebaseJson object and array serialize to writable object and deserialize from readable stream and client are supported.

v2.3.7

04 Jul 12:53
Compare
Choose a tag to compare

July 4, 2021

v2.3.7 stable release

Updates:

  • Increase BearSSL buffer for ESP8266 for token generation process which prevent crash in some ESP8266 device.