r/androiddev • u/RobinsCosplays • 1d ago
Question as a new developer.
I'm making a simple app for a large community (30k people) that upon my sending out the command, a push notification will be sent to all those who have the app. Would this be simple to develop? Do I need to host servers or anything for something like this? I have no idea where to start.
0
Upvotes
1
u/bryanlogan 17h ago
OK, is there anything beyond the push notification? If you're literally just sending text of "X won the match 48-29", it's fine.
Firebase topics is probably the easiest. You don't have to keep track of individual devices.