Closed luthfai closed 7 months ago
You cannot use this library with the Google sheet library because the conflicts of enum sharing and cannot fix without changing the core.
If you still want to use Firebase and Google sheet, you should use this new library FirebaseClientv1.0.2 and ESP-Google-Sheet-Clientv1.4.4.
And you have to delete this folder https://github.com/mobizt/ESP-Google-Sheet-Client/tree/master/src/client/SSLClient
In your code you have to include FirebaseClient.h
before ESP_Google_Sheet_Client.h
#include <FirebaseClient.h>
#include <ESP_Google_Sheet_Client.h>
Describe the bug Im Trying to import along with but there is a lot of conflict in the included file
To Reproduce
Expected behavior i want to store my sensor reading to firebase and spreadsheet at the same time
IDE and its version:
error msg