mobizt / Firebase-ESP-Client

[DEPRECATED]🔥Firebase Arduino Client Library for ESP8266, ESP32 and RP2040 Pico. The complete, fast, secured and reliable Firebase Arduino client library that supports RTDB, Cloud Firestore, Firebase and Google Cloud Storage, Cloud Messaging and Cloud Functions for Firebase.
MIT License
471 stars 100 forks source link

Ethernet enc28j60 firestore #370

Closed TheYigidOS closed 2 years ago

TheYigidOS commented 2 years ago

Hi, is there support or example for FireStore with ethernet (especially enc28j60 or lan8720)

mobizt commented 2 years ago

There is no relevant between Firestore and network interfaces.

Currently library provided 100+ examples and it's not possible to create examples cover all network interfaces, Arduino devices and all Firebase services.

YOU MUST LEARN THE BASIC CONCEPT AND ADAPT IT FROM EXAMPLES YOUSELF

You need to adapt from this example.

Here are Firestore examples.

For other Arduino boards with ethernet, you should adapt this example.

TheYigidOS commented 2 years ago

maybe i dont know but u are the king. thank u