Skip to content

Releases: mobizt/Firebase-ESP-Client

v2.2.3

22 May 14:23
Compare
Choose a tag to compare

May 22, 2021

v2.2.3 stable release

Updates:

  • Update call Function in Cloud Functions for Firebase.

v2.2.2

19 May 05:59
Compare
Choose a tag to compare

May 19, 2021

v2.2.2 stable release

Updates:

  • Rewrite the Authentications and RTDB examples.

v2.2.1

17 May 16:01
Compare
Choose a tag to compare

May 17, 2021

v2.2.1 stable release

Updates:

  • Fix the SD check issue.
  • Fix RTDB File get issue.

v2.2.0

17 May 08:30
Compare
Choose a tag to compare

May 17, 2021

v2.2.0 stable release

Updates:

  • Add support ESP8266 Arduino Core SDK v3.x.x.
  • Add memory issue in the document and examples when use with ESP8266 Arduino Core SDK v3.x.x.

v2.1.7

12 May 13:34
Compare
Choose a tag to compare

May 12, 2021

v2.1.7 stable release

Updates:

  • Fix the FirebaseJson tokens extraction issue.

v2.1.6

11 May 08:36
Compare
Choose a tag to compare

May 11, 2021

v2.1.6 stable release

Updates:

  • Add Cloud Firestore document commit function and examples.

v2.1.5

06 May 18:23
Compare
Choose a tag to compare

May 7, 2021

v2.1.5 stable release

Updates:

  • Code optimization.
  • Update Readme.

v2.1.4

05 May 09:53
Compare
Choose a tag to compare

May 5, 2021

v2.1.4 stable release

Updates:

  • Code optimization for flash usage.

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.