Skip to content

Instantly share code, notes, and snippets.

@gonzalonm
Created October 5, 2017 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gonzalonm/6ac1650c7f412c3c92c3487277b621a6 to your computer and use it in GitHub Desktop.
Save gonzalonm/6ac1650c7f412c3c92c3487277b621a6 to your computer and use it in GitHub Desktop.
// Write a message to the database
FirebaseDatabase database = FirebaseDatabase.getInstance();
DatabaseReference myRef = database.getReference("message");
myRef.setValue("Hello, World!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment