Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229594

Trouble in fetching firebase data

$
0
0

I need to fetch data from firebase database. I am able to get data of "dueDate" through {{currentBill?.dueDate}} but don't know how to get data of other items above it. Following is the code used to fetch data:

ionViewDidEnter(){
      this.firebaseData.getBillDetail(this.navParams.get('billId'))
      .on('value', snapshot => {
        this.currentBill = snapshot.val();
        this.currentBill.id = snapshot.key;
      });

    }

Kindle help


Viewing all articles
Browse latest Browse all 229594

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>