@levon
I have started exploring using your Firebase Service Account Plugin. https://docs.zeroqode.com/plugins/firebase-service-account-plugin
I am able to signup users, change passwords (when using generated user token etc).
However my understanding is that by using the admin SDK (Manage Users | Firebase Documentation) that an admin should be able to change a users email, password or delete them, without a users consent. This is in the google documentation.
Am I doing something wrong, or does this plugin lack that functionality? Currently I have to generate tokens through the user. Specifically what idToken for admin should I be using in the attached screenshot? Should I have anything the "Service Account Auth (json) input? (see screenshot.)
Thanks.