How do I re authenticate a user created by firebase admin sdk
I've moved all my user creation and authentication to Firebase using the admin SDK and google identity provider. I can create a user fine, and I'm adding a password (also still my code for creating a password is in there,…