Your request seems too general. Are you done with both the Sign up and the Login?
If you are done with it and you want to filter a Gallery in Power Apps for instance, you could Set a variable as I gave earlier.
Then filter the Gallery items as;
Filter (Datasource, Username=LoggedUser)
This will show only record in relation to that user.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.