mobizt / Firebase-ESP32

[DEPRECATED]🔥 Firebase RTDB Arduino Library for ESP32. The complete, fast, secured and reliable Firebase Arduino client library that supports CRUD (create, read, update, delete) and Stream operations.
MIT License
413 stars 119 forks source link

Ethernet Usage #144

Closed simeon9696 closed 3 years ago

simeon9696 commented 3 years ago

Hi, can this library be used with ethernet?

mobizt commented 3 years ago

It's not yet tested with Ethernet. You can try with your hardware.

mobizt commented 3 years ago

Now Ethernet is supported. Please update the library.

This is the Ethernet usage example.