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

Guide to get updated fingerprint #551

@bugthedebugger

Description

@bugthedebugger

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

Activity

proietti1965

proietti1965 commented on Aug 13, 2022

@proietti1965

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

bugthedebugger

bugthedebugger commented on Aug 14, 2022

@bugthedebugger
Author

@proietti1965 updated the guide, please check.

proietti1965

proietti1965 commented on Aug 14, 2022

@proietti1965

Thanks

solomonr117

solomonr117 commented on Sep 18, 2022

@solomonr117

Hey ! That doesn't work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bugthedebugger@proietti1965@solomonr117

        Issue actions

          Guide to get updated fingerprint · Issue #551 · FirebaseExtended/firebase-arduino