Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

FirebaseExtended / firebase-arduino not working #506

Open
paxsipornax opened this issue Jan 15, 2021 · 12 comments · May be fixed by #507
Open

FirebaseExtended / firebase-arduino not working #506

paxsipornax opened this issue Jan 15, 2021 · 12 comments · May be fixed by #507

Comments

@paxsipornax
Copy link

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

mival added a commit to mival/firebase-arduino that referenced this issue Jan 15, 2021
@mival mival linked a pull request Jan 15, 2021 that will close this issue
@Junaidraza75
Copy link

Please Help this issue My nodeMCU is not sent data in firebase real-time database

@paxsipornax
Copy link
Author

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"
in the file path.
change
C:\Users\pcname\Documents\Arduino\libraries\firebase-arduino-master\src
FirebaseHttpClient

@Junaidraza75
Copy link

Thank You it is working

@Junaidraza75
Copy link

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

@rantanplan85
Copy link

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"
in the file path.
change
C:\Users\pcname\Documents\Arduino\libraries\firebase-arduino-master\src
FirebaseHttpClient

Hey All!
Is there a new fingerprint? my code does not work anymore without any changes.

@paxsipornax
Copy link
Author

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"
in the file path.
change
C:\Users\pcname\Documents\Arduino\libraries\firebase-arduino-master\src
FirebaseHttpClient

Hey All!
Is there a new fingerprint? my code does not work anymore without any changes.

hello, we recommend you to use the library in the link, you can do this with a small change in your code.
It also supports esp32 which is 32bit at the same time.

https://github.com/mobizt/Firebase-ESP-Client

@whatdtech
Copy link

After the strive of whole day long, at last I reached to solution that the file "FirebaseHttpClient.h" had a problem.
(C:\Users\XXXXX\Documents\Arduino\libraries\firebase-arduino-master\src )

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"

@whatdtech
Copy link

New fingerprint is "50:89:50:57:90:1F:37:E3:B8:F3:5B:02:ED:3A:65:6E:6A:34:DB:93";

@rantanplan85
Copy link

After the strive of whole day long, at last I reached to solution that the file "FirebaseHttpClient.h" had a problem.
(C:\Users\XXXXX\Documents\Arduino\libraries\firebase-arduino-master\src )

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"

Thank you very much! This works. How long are these fingerprints valid?

@whatdtech
Copy link

May be months

@mohsinrex12
Copy link

Hi, I have a problem integrating firebase with sim808. Firebase giving error #include string?

@M-Mubashir674
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants