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.
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.