Skip to content

Instantly share code, notes, and snippets.

@kikoso
Created April 23, 2017 07:23
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/0b2f4842866c93435abda090d3c84c88 to your computer and use it in GitHub Desktop.
Save kikoso/0b2f4842866c93435abda090d3c84c88 to your computer and use it in GitHub Desktop.
FirebaseDatabase database = FirebaseDatabase.getInstance();
database.getReference().push().setValue("Hello world");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment