Flickr4Java
Flickr4Java copied to clipboard
Is it possible to create multi role login system using Firebase firestore
Subject of the issue
like (if admin login it will go to admin panel if other user login it will go to their panel)? I developed simple authentication app it work fine but I need 4 different users to go to there panel after login How it would be possible? Firebase documents said that it is possible through Uid but don't know how to implement