In the Firebase documentation > Build > Authentication > Admin > Manage Users. They start showing us ho to manage the users without talking about how to Add the Firebase Admin SDK first, and even when I followed the setup instructions I couldn't do it right.
I tried to Add the Firebase Admin SDK to my React project, but I got this error: (Uncaught Error: Cannot find module 'fs') How can I Add the Firebase Admin SDK and start managing the users?