Relative Content

Tag Archive for androidperformancepush-notificationfirebase-cloud-messagingvirtual-machine

Is there a way I can get an android push notification on my Windows VM?

I have a specific workflow to run when I get a push notification from an application (I do not own this application). Right now, I use macrodriod on my phone to make a API call to a free endpoint I have on Render which sends a message using websockets to my VM listening on the other end (I don’t have a public IP). Is there a way I can make this flow easier? It is very time sensitive and I need it to start the workflow as soon as possible.
Is there any way I can get the push notification directly to my VM using some kind of FCM creds I can get from the application? My VM does not have a GPU and cannot run Emulators. Would like to not take on/minimize any additional costs (public IPs, GPU VMs etc)