there is
FirebaseDatabase.getInstance().setPersistenceEnabled(true); databaseSpele = FirebaseDatabase.getInstance().getReference("Spele2").child(...);
In the place of the child (branch), you need to enter the email that you specify when entering data. But it does not accept EditText, ID-fields, or variables. How to do it?
String id = databaseSpele.push().getKey();
As far as is known, something needs to be written in this code?