I have tried lots of version changes, changing the values in the db, different oreientations of the way others are doing it on SO, I just don't understand what is going wrong?
Here is my android studio code:
DatabaseReference currentUserDb = (FirebaseDatabase.
getInstance().getReference("message"));//.child("Users").child(radioButton.getText().toString()).child(userId).child("Name");
currentUserDb.setValue("Hello World!");
Here is my firebase database:
message: true