Okay so I need to code a project where I have a database of pdfs. Whenever a user requests, I want to give the user a link which they can use to access it. I need the link to degrade after 6 hrs of being generated and also allow only 2 users/screen at the same time.
I am currently using firebase database to store pdfs.
creating a react app. Any ideas on how I can approach this?