How to store an Object in Firebase and use in Ionic 3

0

I want to store the following data in Firebase and use it in Ionic 3, but I did not find any clear documentation that could help me. Can someone give me a way?

Follow the code showing the object inside my home.ts

    initializeItems() {
    this.items = [
     {id: '1', nome:'Abaéte', rua:'Moacir', cidade:'Capão da Canoa', bairro:'Centro', numero:'396', ano:'1964', aptos:'55', adm:'Adsel', zelador:'Hugo', contato1:'(51) 0 0000 - 0000', contato2: '(51) 0000 - 0000', imagem:'assets/img/Abaete-min.jpg'},
  ];

And here's an example of my App with the list

    
asked by anonymous 30.08.2018 / 19:50

0 answers