Imagine I have set up a project called ExampleApp on Firebase.
I've designed a page with a form for users to submit data, hosted by Firebase. The Cloud Firestore database is storing this submitted data when the user completes the form and hits submit.
It's crucial that the person responsible for analyzing the data can easily access it in an organized and visually appealing manner.
Therefore, I need to create credentials for a specific individual so they can log in and view the data in a beautiful layout. This login should be arranged by me.
Given that I require another webpage or method for this administrator to access the authenticated database interface featuring a username/password form, would I need to establish a separate project on Firebase?
While it would be ideal to keep everything within the same Firebase project, it seems hosting only allows for a single web-page, correct?
All elements could operate under the same domain.