Skip to content

Releases: mobizt/Firebase-ESP-Client

2.0.5

08 Mar 06:48
Compare
Choose a tag to compare

March 8, 2021

v 2.0.5 stable release

Updates:

  • Fix the secured mode root CA certificate handle bug (ESP32)
  • Fix the system time synching issue (ESP8266).

2.0.4

05 Mar 06:11
Compare
Choose a tag to compare

March 5, 2021

v 2.0.4 stable release

Updates:

  • Fix the relatively large memory leaks in URL parsing utility function. This affected classes are the RTDB, Cloud Storage and Cloud Functions.
  • Allow the file systems configuration in FirebaseFS.h.
  • Remove axTLS supports (ESP8266).

2.0.3

21 Feb 14:55
Compare
Choose a tag to compare

February 21, 2021

v 2.0.3 stable release

Updates:

  • Fix the RTDB session close handle crashed when keep-alive connection closed.
  • Fix the FCM legacy API no initialization error.
  • Fix the Google Cloud Storage upload missing initialization status callback.
  • Allow OAuth2.0 custom scope for JWT token generation.

2.0.2

18 Feb 13:48
Compare
Choose a tag to compare

February 18, 2021

v 2.0.2 stable release

Updates:

  • Add support for Firestore runQuery.
  • Manage uninitialized auth.

2.0.1

17 Feb 16:55
Compare
Choose a tag to compare

February 17, 2021

v 2.0.1 stable release

Updates:

  • Add support for Cloud Functions (create/deploy, update, delete and set the IAM policy).
  • Add support for Google Cloud Storage which allows large file upload.
  • Add support byte array upload in Firebase Storage upload.
  • Session timeout bugs fixed.
  • Firebase Storage list files crashed fixed.
  • Update the Cloud Firestore examples (fix the missing auth config).

1.1.3

30 Jan 14:50
Compare
Choose a tag to compare

January 30, 2021

v 1.1.3 stable release

Updates:

  • Add support to Cloud Firestore.
  • Add missing SD file system supports for Firebase Storage functions.
  • Urgently fixed the missing source files during library publish of version 1.1.0

1.0.3

26 Jan 13:30
Compare
Choose a tag to compare

January 26, 2021

v 1.0.3 stable release

Updates:

  • Minor fix for Authentication examples to work correctly.

1.0.2

26 Jan 05:40
Compare
Choose a tag to compare

January 26, 2021

v 1.0.2 stable release

Updates:

  • Minor fix the small payload size handling issue that caused unexpected longer waiting time.

1.0.1

14 Jan 05:26
Compare
Choose a tag to compare

January 14, 2021

v 1.0.1 stable release

Updates:

  • Minor fix on header inclusion.

1.0.0

13 Jan 03:42
Compare
Choose a tag to compare

January 13, 2021

v 1.0.0 initial release

Updates:

  • Firebase-ESP8266 and Firebase-ESP32 libraries integration.
  • Storage and Cloud messaging add on.
  • Email/Password, custom and access token authentications.