FirebaseExtended / firechat

Real-time Chat powered by Firebase
https://firechat.firebaseapp.com
MIT License
2.41k stars 1.04k forks source link

Documentation on Architecture #34

Open wlingke opened 9 years ago

wlingke commented 9 years ago

I would be really interested in learning more about your data structure architecture decisions. Such as:

In any case, some discussion on the architecture decisions would be great for those of us who are new and trying to learn how to architect an app with firebase!

prescottprue commented 9 years ago

+1. I have been wanting this discussion since Firechat was released!

danshev commented 9 years ago

+1. Would also be helpful with we could see/access the Firebase Graphical Debugger for the Firechat example.

For example, being able to see https://firechat.firebaseio.com directly would help understanding the nitty-gritty of the data structure. It'd be especially helpful to see how the sessioning (specifically the use of sessionId's) behaves in-the-wild.