I'm trying to figure out how to authenticate a user using the Java Firebase SDK using the email and password. But going through the documentation, I can't seem to find a way on how to do it.
This is the documentation I've been looking at -> https://firebase.google.com/docs/auth/admin/manage-users
Would anyone be able to help out?
Thank you