Replies: 1 comment
-
Learn how to use SD library, you can store and read all data you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can i save this firebase config on sd card and then on booting process esp8266 read config from sdcard?
#define API_KEY "" #define USER_EMAIL "" #define USER_PASSWORD "" #define STORAGE_BUCKET_ID "BUCKET-NAME" #define DATABASE_URL "URL"
so the goal is when we change the firebase configuration at any time, there is no need to do hard programming, just change the configuration stored in the SD card file.
Beta Was this translation helpful? Give feedback.
All reactions