I built a client-server model in Godot. This runs flawlessly on a VM instance from the Google Cloud platform.
I would like to save and manage data on the server (not locally at the player) for a long time. How is that possible under GCP? Is there a module or something similar for this?
I look forward to answers, as well as documentation that tries to do this. Thank you!