angularfire - How to get filtered data from Firebase? -



angularfire - How to get filtered data from Firebase? -

this question has reply here:

how query firebase property specific value within children 3 answers

i have construction this:

[{ id: 1, isdraft: true}, {id: 2, isdraft: false}, {id:3, isdraft: true},...]

how values isdraft === true?

denormalize data:

isdraft:{ 1:true, 3:true, .... } refisdraft.once('value', function(ss){ //ss.val() contains isdraft references }

here read

firebase angularfire

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -