hi all,
I currently have an issue with Firebase Auth - Create Email with Password.
The design of my app currently requires 2 create account pages, first one for general access that a standard user would interact with to create their account and be autoforwarded to my app and the second would be an admin account creation page where the admin will be provided effectively the same create account page but with a few additional input fields.
What actual issue is:
I have setup my admin page with the 5 inputs and hooked up Auth Create Account (Firebase) function to a button and that works perfectly fine.
with the general access create account page, it appears to be expecting the additional fields (which won't be on the general account page as they are admin only) and there doesn't appear to be a way to setup an entirely separate Auth Create Account function.
The reason for this design was I was hoping not to create separate projects that point to the same Firebase DB (one project for general use and another for admin) and to do create all under the 1 solution with role-based access controls showing and hiding content based on the users role.