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

PSA New Firebase fingerprint #439

Closed
FrankAndYoung opened this issue Apr 19, 2019 · 20 comments
Closed

PSA New Firebase fingerprint #439

FrankAndYoung opened this issue Apr 19, 2019 · 20 comments

Comments

@FrankAndYoung
Copy link

FrankAndYoung commented Apr 19, 2019

For anyone who has trouble connecting to firebase.
Go to "Arduino/libraries/firebase-arduino-master/src/FirebaseHttpClient.h"
and change kFirebaseFingerprint[] = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
from old: "E2 34 53 7A 1E D9 7D B8 C5 02 36 0D B2 77 9E 5E 0F 32 71 17"
to new: "B6 F5 80 C8 B1 DA 61 C1 07 9D 80 42 D8 A9 1F AF 9F C8 96 7D"

I used the website https://www.grc.com/fingerprints.htm
and type in "test.firebaseio.com" and got the new fingerprint.
bookmark it so you can change it yourself next time around!

credit to #236 (comment)

@rsilvateseira
Copy link

Thank you very much this problem was driving me crazy.

@PrateekGoyal18
Copy link

Thanks a lot man!

@PrakharPriyesh
Copy link

Thank you so much!

@urban5ou1
Copy link

urban5ou1 commented Apr 19, 2019

Any solution for automatically update fingerprint ?

@FrankAndYoung
Copy link
Author

I don't think so, when Google change their firebase fingerprint we will just have to adapt.

@hoivp
Copy link

hoivp commented Apr 30, 2019

so if I pay for my project, will Google not change fingerprint?

wesleyfurlanetto added a commit to wesleyfurlanetto/firebase-arduino that referenced this issue May 24, 2019
@dev-nguyenhoanganh
Copy link

Thanks a lot! You have just save my lifetime :v Hope you guys always success ^^

@danilomna
Copy link

For anyone who has trouble connecting to firebase.
Go to "Arduino/libraries/firebase-arduino-master/src/FirebaseHttpClient.h"
and change kFirebaseFingerprint[] = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
from old: "E2 34 53 7A 1E D9 7D B8 C5 02 36 0D B2 77 9E 5E 0F 32 71 17"
to new: "B6 F5 80 C8 B1 DA 61 C1 07 9D 80 42 D8 A9 1F AF 9F C8 96 7D"

I used the website https://www.grc.com/fingerprints.htm
and type in "test.firebaseio.com" and got the new fingerprint.
bookmark it so you can change it yourself next time around!

credit to #236 (comment)

@FrankAndYoung, please explain, if I get fingerprint to my firebase project will it also change after some time? Or using fingerprint of my firebase project address it is permanent?

@PrateekGoyal18
Copy link

@danilomna, the fingerprint about your project that you are talking is the authentication passkey. And no it doesn't change with time for a particular project, unless of course you delete the project.

@danilomna
Copy link

Guys,

Problems solved!!! Forget about firebase fingetprint changes forever!!!

Use this and only this library avaliable on arduino library manager: Firebase ESP8266 Client.

An amazing project from @mobizt

https://github.com/mobizt/Firebase-ESP8266

@inamshah
Copy link

sir please share the new KFirebaseFingerprint here ....... ???

@PrakharPriyesh
Copy link

PrakharPriyesh commented Mar 15, 2020

@inamshah you can find the fingerprint here:
New fingerprint March 2020: 03:D6:42:23:03:D1:0C:06:73:F7:E2:BD:29:47:13:C3:22:71:37:1B
I used the website https://www.grc.com/fingerprints.htm
and type in "test.firebaseio.com" and got the new fingerprint.

@inamshah
Copy link

inamshah commented Mar 15, 2020

@PrakharPriyesh now this error appear am new in this field
sc

@PrateekGoyal18
Copy link

@inamshah post the screenshot of the field where you edited the new fingerprint in the library file.

@inamshah
Copy link

@PrateekGoyal18
fingr

@PrateekGoyal18
Copy link

@inamshah you gotta put a semicolon at the end of the fingerprint

@zeno21
Copy link

zeno21 commented Jun 2, 2020

thanks a lot, it works.

@mhmdcs
Copy link

mhmdcs commented Dec 8, 2021

Google updated the fingerprint, again, for the millionth time.. sigh.

Go to https://www.grc.com/fingerprints.htm

Search for www.firebaseio.com fingerprint key

Current working fingerprint as of 2021 December 08.

93:49:BD:13:3F:AD:AE:EB:44:9B:DA:EA:6E:7F:27:A3:2E:D1:73:7B

@waqasf
Copy link

waqasf commented Mar 1, 2022

Guys,

Problems solved!!! Forget about firebase fingetprint changes forever!!!

Use this and only this library avaliable on arduino library manager: Firebase ESP8266 Client.

An amazing project from @mobizt

https://github.com/mobizt/Firebase-ESP8266

Hello,
Is there a solution where the fingerprint is automatically updated rather than manually updating it for all the devices?
Thank you!

@rohitsg
Copy link

rohitsg commented Mar 3, 2022

For anyone who has trouble connecting to firebase. Go to "Arduino/libraries/firebase-arduino-master/src/FirebaseHttpClient.h" and change kFirebaseFingerprint[] = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" from old: "E2 34 53 7A 1E D9 7D B8 C5 02 36 0D B2 77 9E 5E 0F 32 71 17" to new: "B6 F5 80 C8 B1 DA 61 C1 07 9D 80 42 D8 A9 1F AF 9F C8 96 7D"

I used the website https://www.grc.com/fingerprints.htm and type in "test.firebaseio.com" and got the new fingerprint. bookmark it so you can change it yourself next time around!

credit to #236 (comment)

Very well. Works fine. Thanks.

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

No branches or pull requests