Key/Value store plugin which backing up the data

Hi,

I’m looking for a plugin which provies a key/value store for storing information about the user even when he swithes the device or removes and reinstalls the app.
E.g. for storing achievements of a game or similar.

So the k/v-data must be connected somehow to the users google account / icloud account or should be saved with the backup functionality.

Is there a capacitor plugin existing which provides this functionality?

Thanks in advance!
Max

You could look into Ionic Storage with SQLite. After a quick look, it appears you can set the location of where the SQLite DB is saved. So where it is saved will determine if it is backed up to Google or iCloud.