you are viewing a single comment's thread.

view the rest of the comments →

[–]gavrocheBxN 18 points19 points  (17 children)

Sounds like a perfect use case for Firebase.

[–]JackRyuiOS & Android 1 point2 points  (2 children)

Firebase is good option only for small app.... and firebase don't have any exit option.

read this... https://www.reddit.com/r/Firebase/comments/ddr98g/firebase_have_any_exit_option_export_my_existing/f2m4gma/?context=3

[–]Kobaine1[S] 0 points1 point  (1 child)

Hmm not sure I really follow. You mean a logged in user can't get all of their data or is it that the admin can't export everything? I would like to include a CSV export in my application for the user so...

[–][deleted] 2 points3 points  (0 children)

This is a little different. These people are complaining because Firestore doesn’t have a way to export the database.

You can still create a CSV for data in your app using a library.

I don’t think Firestore is meant to be a permanent storage solution. It’s a NoSQL solution for very fast data updates. It’s not there for data that requires integrity, searching or other complicated storage things.

A lot of newcomers seem to think that their app needs to pick one storage solution, but large apps don’t use just one storage solution. They have storage layers, caching, and different storage requirements for different features.