Structuring Firebase data
问题 I have some difficulties with structuring the data for Firebase. I have uses and rooms. Each user can join multiple rooms and each room can have multiple users. This is my setup right now: I save all the room id's at the linked device (room_info). All linked devices are under the key -> device_info at the room child. I save the device name there for fast lookup. I have used this webbpage to validate my idea: https://www.firebase.com/docs/web/guide/structuring-data.html Is there something that