Reputation: 19
this is my current setup:
From my flutter application on firebase I want to connect to my websocket server on the compute engine machine and consume the messages.
In my local environment everything is working fine, but I cannot sort out the connection between the flutter app on firebase and the VM on compute engine.
Is there any guide to achieve this scenarios?
Upvotes: 1
Views: 218
Reputation: 515
No, there is not a guide per se.
You could deploy an API -that you should develop- to a Compute Engine instance, and consume said API in the flutter app hosted in Firebase.
Upvotes: 1