You need to write data to the firebase database. I use the code from the documentation
FirebaseDatabase database = FirebaseDatabase.getInstance(); DatabaseReference myRef = database.getReference("*****"); myRef.push().setValue(*****); So I set the value of the key, but how to set the name? The default is random, as far as I understand. Which operator performs such a function?