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.