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

Trouble in fetching firebase data

$
0
0

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

    }

How can I refere each child... Can anyone suggest forEach function to capture the child IDs created.. Further those ids can be looped to get items contained in these IDs


Viewing all articles
Browse latest Browse all 229120

Trending Articles



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