Firebase
How To Architect Firebase Collections For Scaleable Applications
I’d like to show you some example code that we use at Firebase and how to architect your applications using collections, so that they scale. Let’s say we want to store some user data in our collection. We can do this by simply creating a reference variable in the root Read more…