I'm building an application where I have used Firebase as a real-time database for Login and Registration and I have successfully managed to achieve it.
Here's where I'm stuck at, I want to create two login pages in the app where a few selected users should have the access to the second login activity and the rest of the users shouldn't have access to log in. I can achieve this using two databases but Firebase charges for that, So please guide me on how to allow specific users to have access to login into the second login activity.
Update guys! I have successfully found a solution to my issue with a simple change in the line. All I did was change the Database Reference name (two different names have created two nodes in the real-time database) allowing me to create two login pages for two different users.
Many thanks to those who provided suggestions and helped me make progress in building the app!