Update README with fingerprint error handling & FirebaseHttpClient.h for US servers#570
Update README with fingerprint error handling & FirebaseHttpClient.h for US servers#570supunsathsara wants to merge 2 commits into
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 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. |
|
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.