Wanting to create a system admin page for my Firebase project, is there any way I can break the rules and use the firebase-admin SDK on a client side browser?
The first problem I ran into was using the firebase/database SDK after successfully initialising with the admin initializeApp function, I got the error "TypeError: rtdb.initStandalone is not a function". Should I carry on trying to work around this, or come at it with a different angle. Ideally I would prefer not to have to use calls to the server, or use firebase auth with a 'superuser' privilege.