Releases: mobizt/Firebase-ESP-Client
Releases · mobizt/Firebase-ESP-Client
v2.1.3
v2.1.2
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
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.