OS: Android 8.1.0
implementation "com.google.firebase:firebase-core:15.0.2"
implementation "com.google.firebase:firebase-database:15.0.1"
implementation "com.google.firebase:firebase-auth:15.1.0"
This is a normal code (as in the examples). I'm writing data to the database.
DatabaseReference db = FirebaseDatabase.getInstance().getReference("...");
db.child(firebaseUserId).push().setValue(...);
I receive an error.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With