I am making a kind on password manager.
I have saved the User data in a google sheet with the user id generated by firebase authentication.
But when a user logged into the app. I am unable to show him the passwords he saved and has his User ID.
While using the data view list it is showing all the data of all the users but i wanted to show the passwords which is linked to its Used ID. Passwords are saved in multiple rows
can anyone guide me or provide a block on how to achieve this.