Skip to content

v2.1.1

Compare
Choose a tag to compare
@mobizt mobizt released this 30 Apr 06:02
· 400 commits to main since this release

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.