Some tips on Angular with Firebase
document.data() >> will return all the data on that particular doc
document.id >> will return the id of the document
{{ opportunity.data().name }} {{ opportunity.data().description }} Posted by {{opportunity.data().owner_name}} | create {{ago(opportunity.data().created)}} ago // to pass the id to another method Apply Now
View On WordPress















