Okay so this is how my app is supposed to function: it works like uber. Just that instead of hiring Drivers, users will be hiring helpers to clean their homes. Do you have any idea of how to make the app function in accordance to specific accounts? Like when user logs in using his account and it's authenticated using firebase.
Okay imagine this scenario :
Imagine that there's 2 users using this app. User 1 applies to become a helper. User 2 applies to become a requester(the one who requests for a helper). So user 2 will create a job request (that means keying in all the necessary data(date, time etc)) which will be saved to firebase. And user 1 will be able to look at the list of job requests made by different people.
Any idea how to tie those requests to specific accounts? (Job request 1 belongs to person 1, job request 2 belongs to person 2 etc). Is there a way to do this with firebase authentication? Or is there any other ways? In need of examples.