Try to understand how well can denormalize work with firebase database in my scenario
问题 So basically i'm building all previous application with mysql to store data and consider switch to firebase database which make me feel a little bit crazy. I'm trying to implement a chat system but there is some trouble when understanding how it work. Based on the Denormalizing Your Data is Normal I get the idea and concept on how does denormalize work. I know I could just create a message structure to store chat message like below (the example from doc) "messages": { "one": { "m1": { "name":