Can Firebase Realtime database be used to create admin and user logins?
The expertFragment() which shows lists of all users (except the current user). What I want is to divide users in two types- 1. Expert 2. normal Users. And to show experts to users and users to expert. Expert should logIn…