Firstly, I must clarify that I am new to programming, I decided to venture with ionic to start developing. My question is when I want to take firebase information following a route with the respective key:
This is my users table: This is my html: Effectively, I can obtain the key when selecting a user:
I got that key with a console.log.
My question is, having that key of the route, how can I get the values inside it? For example, if from that key I want to obtain the age, the objective, sex, etc?
How would the .ts be?