Search code examples
firebasefirebase-authenticationfirebase-console

Firebase console user admin functions for profiles


Is there a way to view/edit users profile data from the firebase console itself? I only need to change one or two things and don't want to build out a whole wrapper for the Admin SDK for such a small task.


Solution

  • It's not possible using the Firebase console. You will have to write code to make changes, or find some other utility to do this.