Offline presence of data stored in firebase
Hello,
I'm creating a simple game, questions to be dispalyed and they need to be answered to get points.
The game is semi-online, where I want the player to play offline and store some questions, point and some stats locally. Once there is a online connection, it will check if there is a new questions added in the firebase and download them locally then update the points and stats.
I was asked to use firebase specifically. I know that the Unity SDK doesn't support offline presence. Is there a possible workaround for this ? Store them locally as JSON ? Or sqlLite ?
Your answer
Follow this Question
Related Questions
Data libraries for a future online set up 0 Answers
Inserting game items in online database table and connect that table with the users table 0 Answers
What is the best way to achieve local database for mobile? 0 Answers
How to increment data stored while player is offline? 1 Answer
How to Synchronise between Server Database (MYSQL) and Local database (SQLite) 1 Answer