angularjs - Combining ".equalTo()" Queries in Firebase -


the equivalent in sql this:

select * jobs uid=:uid , status=:active

in firebase have far:

var myjobs = jobs.orderbychild('uid').equalto(userid);

i need filter status, wondering best way is?


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -