So I have this structure:
And my question is: How can I remove every field with the id of 3Q41X2tKUMUmiDjXL1BJon70l8n2
from every subject. I'm thinking about something like this:
admin.database().ref('UsersBySubjects')
.child('subjects')
.child(/variable/)
.child(uid).remove().catch(e => console.log(e));