Skip to content

Commit

Permalink
Fix the streamAvailable issue. Add new functions and FireSense addon.…
Browse files Browse the repository at this point in the history
… Fix the FirebaseJson compilation error.
  • Loading branch information
mobizt committed May 1, 2021
1 parent 754c3d3 commit d0beb0d
Show file tree
Hide file tree
Showing 65 changed files with 13,654 additions and 10,173 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4390794.svg)](https://doi.org/10.5281/zenodo.4390794)


Google's Firebase Realtime Database Arduino Library for ESP8266 v 3.1.9
Google's Firebase Realtime Database Arduino Library for ESP8266 v 3.1.12


This library supports ESP8266 MCU from Espressif. The following are platforms in which libraries are also available.
Expand Down Expand Up @@ -221,7 +221,11 @@ See [Other authentication examples](/examples/Authentications) for more authenti

Some authentication methods need the token generaion and exchanging process which take more time than using the legacy token.

The authentication with custom and OAuth2.0 tokens take the time in overall process included NTP time acquisition, JWT token generation and signing, more than 10 seconds in ESP8266 and 1 or 2 seconds in ESP32.
The authentication with custom and OAuth2.0 tokens takes the time, several seconds in overall process included NTP time acquisition, JWT token generation and signing.

Set the system time prior to calling the Firebase.begin to skip the internal NTP time acquisition process.

To set the system time with RTC or timestamp, use **`Firebase.setSystemTime`**.

While using Email and password sign-in which use in the id token generation process takes minimum time.

Expand Down
Loading

0 comments on commit d0beb0d

Please sign in to comment.