Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • I am not using any memory. I am using Firebase as a database to store data. I have arduino uno, esp8266. I have created the project in firebase and copied the host name, key into the program. But when I try to upload the program to arduino I am receiving No such file or directory error for the following header files #include<memory> #include<string> #include<functional> #include<vector> #include<utilities>. I am following this link. How do i solve the issues. Commented Feb 3, 2020 at 9:31
  • Missing files most probably mean you didn't include a Library in your IDE. Check the comments in the link you've posted, the listed code looks a bit messed up, while not mentioning any #include<string> lines. Did you try the Examples directly from the firebase repository, or the much better library (from the linked electropeak source article)? Commented Feb 3, 2020 at 15:46