Skip to content

Instantly share code, notes, and snippets.

@kikoso
Created April 23, 2017 07:21
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 kikoso/880df455ff590c296073f4668b80ad5b to your computer and use it in GitHub Desktop.
Save kikoso/880df455ff590c296073f4668b80ad5b to your computer and use it in GitHub Desktop.
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