What I'm developing right now is a simple voting app. One user can ask a question from a group of people (who have subscribed to him). And that group of people can reply him with their answer.
Firebase was my first choice since it offers a database, authentication and push notifications.
I'm confused since I'm not sure how to implement the above use case out of the features Firebase provides.
What are my options?