I currently have an app that uses google maps, and each marker within the map is associated with a different user. Once a user clicks on a marker, a custom infowindow is displayed with an "Alert" button
Here's my question: Once that Alert button is pressed, how would I send a notification to the user associated with that specific marker that they have been alerted?
My app uses an SQLite database to store all user information