firebase-arduino
firebase-arduino copied to clipboard
Guide to get updated fingerprint
trafficstars
For anyone facing this issue, you can get the latest fingerprint by yourself by following this step:
- Go to your firebase console and copy your project name
- Temporarily make the real-time database public to all
- Open the URL: https://[PROJECT_ID].firebaseio.com/test.json replacing your PROJECT_ID on chrome
- Click on the lock icon on the URL bar

- Click on "Connection is Secure" > "Connection is Valid", this will open up a dialog box, copy the SHA1 fingerprint and replace it on the FirebaseHttpClient.h file

I tried this and got as far as the dialog box, but i could not find the SHA1 fingerprint as you say
@proietti1965 updated the guide, please check.
Thanks
Hey ! That doesn't work for me