-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase-arduino not work in PlatformIO #255
Comments
Same issue for me. Running core 3.3.0. Build is successful, but after flashing my NodeMCU, |
Same issue here. |
Found a workaround 😃. Instead of using the FirebaseArduino (ID#1259) library via the PlatformIO's library manager, clone the firebase-arduino repo and place in your project's |
Sound like someone registered the library to platformio, maybe bumping the version number would ensure it get refreshed there? |
Hi, I got the same issue, but don't know how to fix it. |
I cloned
see Also remove the PlatformIO instance of the lib:
@proppy it appears that Firebase Arduino lib version in PlatformIO registry is already on latest ( |
who you remove the PlatformIO instance of the lib? |
same problem here, any alternatives? |
i am facing same problem. any workaround ? |
same here..any solution ? |
use this library -> https://github.com/RaemondBW/firebase-arduino |
broken link. @julpanzul |
This link ==> https://github.com/RaemondBW/firebase-arduino |
it is automatically add data in firebase when you set it in arduino? |
sorry for the lack of followup. @ngominhtrint I think this was to change the fingerprint. I hope we can get a proper Platform.IO package after https://github.com/firebase/firebase-arduino/milestone/2 is done. @Jackfr0zt I invite you to take a look at the examples: |
This worked for me. Thanks |
This link --> https://github.com/RaemondBW/firebase-arduino this libary stable for me.. rarely for setting number failed../ temporarily, i will downupgrade with this libary because old.. |
@adamrabbani I think the only update of this fork is the change of the fingerprint. If you have problem with the library it might indicate a regression with recent changes (like #330). Can you comment with more details on #357 and maybe give a try to #353 and see if it fixes your issue. |
I'm too facing the same problem,I tried this RaemondBW link..But it is not working for me |
I had the same issue and fixed by clone to local lib dir:
|
when i use firebase-arduino in platformIO IDE . it can not work with firebase but when i use the same code in arduino IDE. it is work
here my code :
here result from PlatformIO
here result from Arduino IDE which it is work
what happen about this problem ?.
The text was updated successfully, but these errors were encountered: