0
MVP is something new for me and I’ve been having some difficulties. I would like to know, how I should create a class to receive the data of my logged user from the Firebase database to popular my View. I thought about using a Singleton, I saw in some examples that it’s an option, but it’s not ideal because it makes it difficult to test the code, so how should I create this class that I need access to almost all the time?