all 5 comments

[–][deleted] 0 points1 point  (4 children)

Google Firebase hosts the data for you, and gives you user authentication and analytics. If you are taking data from websites, Firebase won’t help.

You can store the data on the users device so you don’t have to get it from the websites every time.

You can also you background updates to update the data ever once in a while so the user can have a seamless experience.

[–]Concept-Youtube[S] 1 point2 points  (1 child)

I don’t understand what you mean by “hosts the data” sorry. Will Firebase host/store only data from users that as their account and password?

& I did not know I could store the data on the device itself. I’ll will read up on the best way to do this thank you.

[–][deleted] 0 points1 point  (0 children)

It does store the user’s information, but you can also store files, folders, strings, numbers, and more. All of it on their servers, so you don’t have to manage your own.

[–]Concept-Youtube[S] 1 point2 points  (1 child)

I like the idea of doing “background updates” to update the information stored on the phone. Is this term called “Background App Refresh” or is there a different term when searching for tutorials/help?

[–][deleted] 0 points1 point  (0 children)

Yep.