FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
943 stars 494 forks source link

Guide to get updated fingerprint #551

Open bugthedebugger opened 1 year ago

bugthedebugger commented 1 year ago

For anyone facing this issue, you can get the latest fingerprint by yourself by following this step:

  1. Go to your firebase console and copy your project name
  2. Temporarily make the real-time database public to all
  3. Open the URL: https://[PROJECT_ID].firebaseio.com/test.json replacing your PROJECT_ID on chrome
  4. Click on the lock icon on the URL bar image
  5. 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 image image
proietti1965 commented 1 year ago

I tried this and got as far as the dialog box, but i could not find the SHA1 fingerprint as you say

bugthedebugger commented 1 year ago

@proietti1965 updated the guide, please check.

proietti1965 commented 1 year ago

Thanks

solomonr117 commented 1 year ago

Hey ! That doesn't work for me