-
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
FirebaseExtended / firebase-arduino not working #506
Comments
Please Help this issue My nodeMCU is not sent data in firebase real-time database |
"03: 9E: 4F: E6: 83: FC: 40: EF: FC: B2: C5: EF: 36: 0E: 7C: 3C: 42: 20: 1B: 8F" |
Thank You it is working |
Sir can you help to set sensor data in the firebase. firebase create unique key every value I need only on key and update value in one unique key |
Hey All! |
hello, we recommend you to use the library in the link, you can do this with a small change in your code. |
After the strive of whole day long, at last I reached to solution that the file "FirebaseHttpClient.h" had a problem. Just change the fingerprint in "static const char kFirebaseFingerprint[]" to another one [without : ] . You can find one for yours here"https://www.grc.com/fingerprints.htm". Just scroll down and put your firebase host (ie. https://xxxxxxx.firebaseio.com/) here. found same kinda problem here "#236" |
New fingerprint is "50:89:50:57:90:1F:37:E3:B8:F3:5B:02:ED:3A:65:6E:6A:34:DB:93"; |
Thank you very much! This works. How long are these fingerprints valid? |
May be months |
Hi, I have a problem integrating firebase with sim808. Firebase giving error #include string? |
I have also issues of fingerprint and i solved it by getting fingerprint from https://www.grc.com/fingerprints.htm site. And if still issue persist then you can give only single parameter to Firebase.begin(Firebase_host) method. |
The library that works on 14.01.2021 does not work on 15.01.2021 I did not change anything I created and tried different databases but it did not work. Please help, how to fix it
The text was updated successfully, but these errors were encountered: