How do you persist data between android devices using Google Play Services?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By kjav

Hi,

I’m trying to persist data on am android game I am working on. The objective is to have the game state saved, even if you uninstall the app and reinstall it on a different phone using same Google account.

This seems to be possible with purchases made using the IAP module - Android in-app purchases — Godot Engine (3.0) documentation in English

Is there a similar module for game data that isn’t purchased, such as your level progress?

Thanks for the help.

:bust_in_silhouette: Reply From: volzhs

There is no official module for it.
it’s very platform dependent feature, so you need to make a module for yourself.
but there is firebase module (not official) you can try.

you need to compile android templates to use it.