Is there a way to import a text file from Firebase to the ESP8266? #337
Unanswered
SoumakNandi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
https://github.com/mobizt/Firebase-ESP8266/tree/master/examples/File |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get a text file stored on Firebase to my ESP8266 (NodeMCU). I then have to feed this text file into a microcontroller unit via serial output. Yes, it's inefficient to send large volumes of data via serial like this but I must get it done.
Any help or direction on how I can do this is greatly appreciated,
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions