Google sheet data view row wise

I need to create a 2-page app where the 1st screen is for login and the second screen is to display data. I want to view data from Google Sheets. If the ID in column A and the password in column B match, then I want to show the data of columns C, D, E, F, G for that particular ID's row in labels on the 2nd screen. Is there any shortcut for this?

If someone with ID A1 is logging in, then they will see the data from their own row, something like that.

Please help me

How are your users logging in ?

You can use a gviz query, or the Spreadsheet component, or a google apps script for the second part of your question.

Here is a CRUD example for google apps script:

and