Closed devgripes closed 7 years ago
@kuronaru It's hard to say what your specific issue is without more details, but did you notice you have users
instead of answers
? Try this:
arryKeys.map((aK) => {
firedux.get(`answers/${aK}`)
})
sorry for the confusion, i was able to figure it out now. thanks :)
so i have array of keys for
answers
:const arryKeys = ['answer1', 'answer2']
my data structure looks like this:
i tried to do this to get the actual answers value on
answers
i'm not sure what's the best way to do it, hope someone can help me, thanks