Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with fingerprint error handling & FirebaseHttpClient.h for US servers #570

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

supunsathsara
Copy link

This PR addresses two important updates:

  1. README.md Update: Added instructions for handling fingerprint errors in the README.md file. Users encountering fingerprint errors will now be guided on how to update the fingerprint in FirebaseHttpClient.h.

  2. FirebaseHttpClient.h Update: Updated the FirebaseHttpClient.h file to reflect changes for US servers as of February 2024. This ensures that the library connects properly to the Firebase servers based in the US.

These updates enhance the usability and reliability of the FirebaseArduino library.

Copy link

google-cla bot commented Feb 16, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@supunsathsara
Copy link
Author

For others looking to fix fingerprint error,
If you encounter a fingerprint error while using the FirebaseArduino library, you can follow these steps to update the fingerprint:

  1. Navigate to the FirebaseHttpClient.h file located at Documents > Arduino > libraries > FirebaseArduino > src > FirebaseHttpClient.h.

  2. Find the section in the file where the fingerprint is defined.

  3. Visit this link to obtain the latest fingerprint for the Firebase servers.

  4. Replace the existing fingerprint in the FirebaseHttpClient.h file with the new one.

  5. Save the file and recompile your project.

This should resolve the fingerprint error and allow your project to connect to the Firebase servers successfully. If you have any further questions or issues, feel free to ask for assistance.

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

Successfully merging this pull request may close these issues.

None yet

1 participant