We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fetchFortune() function occasionally fails, upon debugging this has been during the getJSON() network step.
fetchFortune()
getJSON()
The addition of these settings (and the addition of setters in the library) has made improvements.
#define FIREBASE_MAX_TRY 5 #define FIREBASE_BUFFER_SIZE_RECEIVE 2048 #define FIREBASE_BUFFER_SIZE_SEND 2048 #define FIREBASE_RESPONSE_SIZE 4096 #define JSON_DOC_BYTES 2048
The initSaveInteraction() function will allow knowing the error rate, so this can be tested and prioritized.
initSaveInteraction()
The text was updated successfully, but these errors were encountered:
Added rebootFortune() to improve the UX on restarts :)
rebootFortune()
Sorry, something went wrong.
No branches or pull requests
The
fetchFortune()
function occasionally fails, upon debugging this has been during thegetJSON()
network step.The addition of these settings (and the addition of setters in the library) has made improvements.
The
initSaveInteraction()
function will allow knowing the error rate, so this can be tested and prioritized.The text was updated successfully, but these errors were encountered: