Hello, I would like to be able to manage authenticating my users through Firebase (Email/Password login & Google). However, I can't do the login route with the Firebase SDK. I want to generate a token with the email and password but there is no method to do so. Does anyone have an idea?
Thanks