I have a native app/website with MERN stack. Recently, I started working on the app from scratch (RN) and I was thinking to add Google/Facebook auth, I know I need firebase anyway but I have around 750 registered users.
I want to set up the login/registration with firebase only even for a simple email, but what am I supposed to do with the existing users? Their info is stored in MongoDB with hashed password, any idea how to implement such a thing?