-
Notifications
You must be signed in to change notification settings - Fork 3
User Data Storage
Sammar Tahir edited this page Feb 27, 2020
·
2 revisions
For the user data we are using Firebase for our server. Firebase Storage is a standalone solution for uploading user-generated content like images and videos from an iOS and Android device, as well as the Web. Firebase Storage is designed specifically to scale your apps, provide security, and ensure network resiliency.
We originally were using SQLite, which is a great tool for local storage but we wanted to allow the user to access their information from any device. We also did
Sidebar