You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The library supports Arduino NANO 33 IoT, Arduino MKR WiFi 1010, Arduino MKR VID
10
10
11
11
Due to the different of platform's available memory, flash size, and WiFiClient functionalities which required the performance and memory optimization rather than the compatibility viewpoint of the standard Arduino WiFiClient function, the Firebase libraries will be fine tuned for different WiFi capable platforms.
12
12
13
-
Other WiFi-Serial bridge libraries and similar firmware that claim to be working with WiFi are not highly recommended due to lack of required functions based on the core SSL/TLS provider.
13
+
Install the library on the WiFi capable device is highly recommended. For non-WiFi capable devices, using the WiFi-Serial bridge libraries and similar firmwares included AT in ESP8266 and ESP32 WiFi moules that claim to be working are not highly recommended due to lack of performance.
14
14
15
15
16
16
For Espressif MCUs, please try [ESP8266 Firebase Arduino library](https://github.com/mobizt/Firebase-ESP8266) and [ESP32 Firebase Arduino library](https://github.com/mobizt/Firebase-ESP32)
0 commit comments