How to structure a Firebase Realtime-Database?

AnonRocketman :

I am trying to set up a Google Firebase Realtime Database to store user data. I am really new to Java and Firebase and until now user data gets saved just under the Uid. I now want to have different categories like Users, Posts, Messages... How can I add such a structure to my Database? I will link a Screenshot of my Database. I am completely new to those things​ and don't even know in which file I can add such a structure.

Realtime Database Image

Ashish :

You can structure your database something like this :

Users :

Users -> uid(With users information.)

Posts

Posts -> user_id -> post_id(with post details)

Messages :

Message -> user_id -> messages (with message and receiver id.)

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=163952&siteId=1