-
Notifications
You must be signed in to change notification settings - Fork 492
PSA New Firebase fingerprint #439
Comments
Thank you very much this problem was driving me crazy. |
Thanks a lot man! |
Thank you so much! |
Any solution for automatically update fingerprint ? |
I don't think so, when Google change their firebase fingerprint we will just have to adapt. |
so if I pay for my project, will Google not change fingerprint? |
An update for the latest fingerprint
Thanks a lot! You have just save my lifetime :v Hope you guys always success ^^ |
@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? |
@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. |
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 |
sir please share the new KFirebaseFingerprint here ....... ??? |
@inamshah you can find the fingerprint here: |
@PrakharPriyesh now this error appear am new in this field |
@inamshah post the screenshot of the field where you edited the new fingerprint in the library file. |
@inamshah you gotta put a semicolon at the end of the fingerprint |
thanks a lot, it works. |
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.
|
Hello, |
Very well. Works fine. Thanks. |
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)
The text was updated successfully, but these errors were encountered: