skip to Main Content

Unnable to delete data in realtime firebase

I'd like to delete all of the data inside of specific node, without knowledge of specific id's. I've written some function within button click: val dbref = FirebaseDatabase.getInstance().reference.child("Message") dbref.addValueEventListener(object : ValueEventListener { override fun onDataChange(snapshot: DataSnapshot) { for (data in…

VIEW QUESTION

My android studio is not working and I’m getting this error

FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction An issue was found when checking AAR metadata: 1. Dependency 'androidx.activity:activity:1.8.0' requires libraries and applications that depend on it to…

VIEW QUESTION
Back To Top
Search