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
v
Vinu Polly
03/09/2023, 10:29 PM
Hi @Moreno Flavio could you explain this a bit more? Firebase allows you sign in using credentials and once you have an authenticated firebase user, you get FirebaseUiD and jwt token if needed.