Hello I'm a beginner in programming. I studied Java and now I'm learning android.
I'm building an app with a 5 predefined users (My family), there will be a data exchange between these 5 users through a database connected to the internet. (After I searched the internet for a free online database I found Firebase; I hope it's the right choice).
Now I want to set 5 data files for each User (each files will contain data that the user will control)
So for each user it will be a view which depends on the data in his files and those data files will be changed after a user makes a change through my app.
I hope things are clear, and maybe this schema will help
---------------- | data|
---------------- | base|-------------------
--------------------|----------------------
|---<----|>--->--|MyApp|<--->--|-<-->------|
|data----|data---|--data|-data---|------------|
U1----U2--------User3----------U4--------User5
PS: It's not a school project or something I'm doing this cause I like programming.