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
415 stars 118 forks source link

HELP GPRS #95

Closed vladigg-ruse closed 4 years ago

vladigg-ruse commented 4 years ago

Hi,

I use ESP32, how can I use TinyGSM with sim800 with FirebaseESP32.h (not HTTP, HTTPS, GET, POST)

I want to make simple "set"

Firebase.begin(FIREBASE_HOST, FIREBASE_AUTH); Firebase.setBool(data, "sync", true);

mobizt commented 4 years ago

If I understand correctly, you want to use GSM module with ESP32 and want to access Firebase with this library.

The library uses the core WiFi client to work and also supported the ethernet.

The network bridge as GSM module is not supported and it's not implemented in this library.

mide-X commented 3 years ago

But is there a way around this problem? Say, a Library that supports using the SIM module with firebase.

mobizt commented 3 years ago

Use pocket WiFi with sim card is better.

The GSM/GPRS is outdated and fade out from telecommunication industry.