We set our App to run with a backend and credentials by Firebase functions.
This was our base for the functions https://cloud.google.com/nodejs/docs/reference/compute/latest
These functions work fine from our App, we can start and stop a compute engine with a button in our App, but we can’t open an SSH, because there is no function for it anywhere, we searched. We know that maybe google won’t allow it because of security reasons?.
Our App uses Google oauth for all users who log into the app so we could pass that if needed.
Any help at least knowing if this could be done is welcome.