Can I know the password of a user of my app with Firebase user authentication?

If you are u storing the user and password in firebase authentication then no it is not possible to view the password written by the user . You can store the password in the database but if someone got access to your database they can know all the passwords of the users using your application.

Leave a Reply

Your email address will not be published. Required fields are marked *