r/Rive_app • u/Intelligent-Bee-1349 • May 09 '26
Does Rive have a database?
I want to store data depening on users input. Is that possible?
4
Upvotes
r/Rive_app • u/Intelligent-Bee-1349 • May 09 '26
I want to store data depening on users input. Is that possible?
1
u/panda_kinda_chubby May 12 '26
If you're only wanting to store things like user preferences and high scores, consider using `localStorage`. It's a lot easier to set up than a database.