- Notifications
You must be signed in to change notification settings - Fork488
Update README with fingerprint error handling & FirebaseHttpClient.h for US servers#570
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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 thisfailed 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 commentedFeb 16, 2024
For others looking to fix fingerprint error,
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. |
This PR addresses two important updates:
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.
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.