1 min readJan 15, 2019
Hi ,
In your case the method that the Arduino board is using to connect to the internet is different. So you won’t need a wifi library. Use the library that came with the Ethernet shield to Connect to the internet instead of wifi.connect(). All other things are exactly same. Firebase library and the application. Hope this answers your question.
Cheers