-
Hi, sorry for the seemingly stupid question. I've just installed the FirebaseClient library latest version (1.3.0) via PIO. unfortunately when compiling these missing dependency errors keep popping up:
I've tried updating / re-installing the ESP dependencies, and the suggested package from the platform IO registry seems wildly unrelated. right now I'm quite lost on what else should I do to try and fix this, would appreciate the help. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Nevermind, it seems having the package installed but not including anything causes pio to fail building my initial sketch. After I copy and pasted one of the examples it compiled just fine. Sorry for the disturbance |
Beta Was this translation helpful? Give feedback.
-
The library was developed in PlatformIO and test for PlatformIO and Arduino IDEs. It compiles fine in PlatformIO and the Updater is in the PlatformIO Core package.
The library was run a CI test with PIO CLI before released. In your case is your ESP32 PlatformIO package installation is not complete. Update the ESP32 PlatformIO package may not help because you installed the latest package already. |
Beta Was this translation helpful? Give feedback.
-
Sorry for re-opening the discussion for an unrelated problem. I'm unable to get the firestore sync get example to work consistently. From the logs it seems like I'm having issues with the auth handler
this loop of trying to authenticate seems to loop for an unpredictable amount of time, however, when it finally is able to authenticate to Firestore it seems to work reliably. is there anything I can try to get the authentication to be more reliable? (when using the async get example I'm not getting this issue, however for my specific usecase It would be nice to have the Firestore operations be blocking) |
Beta Was this translation helpful? Give feedback.
-
The authentication and authorization process requires internet connection to access to googleais.com. |
Beta Was this translation helpful? Give feedback.
The library was developed in PlatformIO and test for PlatformIO and Arduino IDEs.
It compiles fine in PlatformIO and the Updater is in the PlatformIO Core package.
Compiling .pio\build\esp32dev\lib163\Update\Updater.cpp.o
The library was run a CI test with PIO CLI before released.
In your case is your ESP32 PlatformIO package installation is not complete.
You have to remove or delete ESP32 PlatformIO package and reinstall.
Update the ESP32 PlatformIO package may not help because you installed the latest package already.