How do I build an alarm app using react where I can trigger the alarm remotely?
I want to build an app where I can send alarms to my phone using my computer. I was thinking of using firebase and sending a notfication type thing to trigger the alarm on my phone, but I don't think that would work. Any suggestions?