I need to know if the following is possible: I have an android app that comes with a user to firebase, I need this user to have access to a list of emails that have certain information. What is recommended? I have users in a firebase database.
should I create another database with the mails of the clients in firebase and give access to each user of my app?
or should I use another platform to import the mails?