Skip to content

Instantly share code, notes, and snippets.

@kikoso
Created April 23, 2017 07:21
Show Gist options
  • Select an option

  • Save kikoso/880df455ff590c296073f4668b80ad5b to your computer and use it in GitHub Desktop.

Select an option

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