I'm displaying a list of users, I pull the Firebase and display it on Page Ionic, when I display user data, I put the ID as hidden
Here I get Firebase data
<ion-item>
<ion-thumbnail item-start>
<img src="https://ionicframework.com/dist/preview-app/www/assets/img/thumbnail-rotla.png"></ion-thumbnail><h2hidden>{{f.id}}</h2><h1text-wrap><strong>{{f.nome}}</strong></h1><ptext-wrap><strong>{{f.cidade}}</strong></p><ion-item><buttonion-button(click)="verPessoa(f.id)" block color="primary">
Continuar
</button>
</ion-item>
<hr/>
From this f.id I need to move to another screen to display only the data of that particular user