Skip to content

Releases: mobizt/Firebase-ESP-Client

v3.0.0

12 Feb 08:04
Compare
Choose a tag to compare

February 12, 2022

v3.0.0 stable release

Updates:

  • Add supports custom (external) Clients.
  • Add support $key in RTDB's deleteNodesByTimestamp.
  • Fixed the SdFat filesystem issue.
  • Fixed download file OTA issues.
  • Fixed RTDB Query filter issue.
  • Fixed flash string handler issue.

v2.8.3

21 Jan 06:13
Compare
Choose a tag to compare

January 21, 2022

v2.8.3 stable release

Updates:

  • Improve Server data sending process.
  • Improve Data upload/download progressing reports.
  • Add support Firestore payload upload callback.

v2.8.2

20 Jan 04:04
Compare
Choose a tag to compare

January 20, 2022

v2.8.2 stable release

Updates:

  • Fixed ESP32 FirebaseJson PSRAM issue.
  • Fixed download file and download file OTA issues in Firebase Storage and Google Cloud Storage.
  • Fixed upload file resumable issue in Google Cloud Storage.
  • Fixed internal url encoding issue.
  • Fixed flash string handler issue.
  • Fixed FCM legacy API issue.
  • Fixed authentication issues.
  • Fixed issue #231 for FirebaseData object's StringData
  • Improve storage management.
  • Add support SdFat in ESP32.
  • Add support download and upload callback functions for all file operations.
  • Fixed compilation error of v2.8.0 in ESP32 on Arduino IDE.

v2.7.7

01 Jan 12:57
Compare
Choose a tag to compare

January 1, 2022

v2.7.7 stable release

Updates:

  • Fixed RTDB timestamp issue.
  • Update internal string manipulations.

v2.7.5

27 Dec 11:56
Compare
Choose a tag to compare

December 27, 2021

v2.7.5 stable release

Updates:

  • Add support Firmware file OTA update in RTDB.
  • Fixed corrupted data for large file download in RTDB.

v2.7.4

24 Dec 09:44
Compare
Choose a tag to compare

December 24, 2021

v2.7.4 stable release

Updates:

  • Add supports Firmware file update over the air (OTA) via Firebase Storage and Google Cloud Storage (PR #219) .

v2.7.3

20 Dec 09:31
Compare
Choose a tag to compare

December 20, 2021

v2.7.3 stable release

Updates:

  • Fixed FirebaseJson bug and rename the cJSON functions and variables.
  • Allowed access in Test Mode (no authentication).

v2.7.2

16 Dec 05:50
Compare
Choose a tag to compare

December 16, 2021

v2.7.2 stable release

Updates:

  • Fixed RTDB setTimestamp and pushTimestamp bugs #214.

v2.7.1

02 Dec 02:59
Compare
Choose a tag to compare

December 2, 2021

v2.7.1 stable release

Updates:

  • Fixed UID accidently changed after auth token expired issue #202.
  • Fixed access denied in Firebase.RTDB.setReadWriteRules.

v2.7.0

23 Nov 14:56
Compare
Choose a tag to compare

November 23, 2021

v2.7.0 stable release

Updates:

  • Fixed compilation error in FirebaseJson due to multiple sources of cJSON.
  • Add support ESP8266 external virtual RAM (SRAM or PSRAM).