FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
943 stars 494 forks source link

firebase connect without library #445

Open Asif54321 opened 5 years ago

Asif54321 commented 5 years ago

how can connect firebase without using firebase library?

danny1209 commented 5 years ago

Hey, you means without Arduino, just using the AT Commands via UART? In Arduino there are functions, which are called to set up the access to wifi and firebase: WiFi.begin(WIFI_SSID, WIFI_PASSWORD); Firebase.begin(FIREBASE_HOST, FIREBASE_AUTH); i'm very interesting in how these two functions in C code are written? which AT Commands are used?

Could someone explain it? Thanks a lot?