I mean I can enter using the regulars sigin methos of the client SDK like signInWithEmailAndPassword method but I want and based on my email and password do regular operations as the admin-sdk do on the server, is that possible? use the admin-sdk functions on the client side with some sort authentication but at the same time not interfering with other users already signed in? I want to display different ui based on who I am but in the same application using vuejs components.
I am using the rules to restrict what a regular user can do but this is not the case of an admin user because if I login with a regular login method of the client sdk I am confined to the rules and if I signup as a regular user I can also do the same things as the admin which is not what I want, I want separated uis with separated actions.