-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
If I have this Data Structure:
Database:
X:{
UserID:{
UNIQUE_ID_GENERATED_BY_PUSH_METHOD:{
x:"hello",
y:"hey there!"
}
UNIQUE_ID_2_GENERATED_BY_PUSH_METHOD:{
x:"what's up?",
y:"Nothing Much"
}
}
UserID2:{
UNIQUE_ID_GENERATED_BY_PUSH_METHOD:{
x:"bye",
y:"Have a nice day!"
}
UNIQUE_ID_2_GENERATED_BY_PUSH_METHOD:{
x:"what's up?",
y:"Nothing Much"
}
}
}
And I'm trying to retrieve x and y into a FireBaseRecyclerAdapter, and it's not possible without making my own huge code. I'd love a feature like this; it'll make things much easier and will trim up my database.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels