Here is the current structure I'm working with:
https://i.sstatic.net/TejbU.png
I want to figure out how to eliminate any field that has the id 3Q41X2tKUMUmiDjXL1BJon70l8n2
from all subjects. Is there a way to achieve this efficiently?
admin.database().ref('UsersBySubjects')
.child('subjects')
.child(/variable/)
.child(uid).remove().catch(e => console.log(e));