Skip to content

Instantly share code, notes, and snippets.

@alexastrum
Created July 29, 2020 21:39
Show Gist options
  • Save alexastrum/5e96583691107e66df64c2223c0b6e1f to your computer and use it in GitHub Desktop.
Save alexastrum/5e96583691107e66df64c2223c0b6e1f to your computer and use it in GitHub Desktop.
if (statusCode != 200) {
displayError(String(statusCode) + " " + response);
return false;
}
displayStatus("Saved to RTDB.");
return true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment