Firebase - How do I get all objects where companyUid equals companyUid
I'm using typescript with Firebase.
This is my current code that returns nothing:
refApp is the "applications"
var query = this.refApp.orderByChild('companyUid').equalTo(this.uid);
This is my list of applications:
*I'm wanting to loop through all the applicantions and nested applicantions and extract where companyUI = "32b15d97-e6e7-4252-8ae1-262d2a8a51bc"