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.
Read moreHow do I know if my Firebase token is valid?
Verify ID tokens using the Firebase Admin SDK If the provided ID token has the correct format, is not expired, and is properly signed, the method returns the decoded ID token . You can grab the uid of the user or device from the decoded token.
Read moreHow do you check if a user is authenticated in Firebase?
“firebase auth check if user is logged in” Code Answer
Read moreIs Firebase authenticated?
Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app . It supports authentication using passwords, phone numbers, popular federated identity providers like Google, Facebook and Twitter, and more.
Read moreCan you add users to Firebase?
Adding members to your Firebase project allows you to collaborate across your team . You can assign each member a role based on the level of access the member needs for your project. Project members are not limited to just individual users: domains, groups, and service accounts can all be members of a Firebase project.
Read moreWhat is a user in Firebase?
The Firebase user object represents a user account that has signed up for an app in your project . Apps usually have many registered users, and every app in a project shares a user database.
Read moreHow many users can register in Firebase?
Accounts per project Account typeLimitAnonymous user accounts100 millionRegistered user accountsUnlimitedFirebase Authentication Limits firebase.google.com › docs › auth › limits
Read more