Trying to build a modern Angular Firebase application is super confusing because of the lack of consistant documentation. I'm including both the Firebase documentation which frequently has outdated information and gets confusing to identify the parts that are web vs server side. The multiple layers of shims between Angular and Firebase (AngularFire, rxFire, the JS SDK lacking complete types) make it really confusing to know what is going on without having to dig through the implementations. Which are hard to find.
Trying to build a modern Angular Firebase application is super confusing because of the lack of consistant documentation. I'm including both the Firebase documentation which frequently has outdated information and gets confusing to identify the parts that are web vs server side. The multiple layers of shims between Angular and Firebase (AngularFire, rxFire, the JS SDK lacking complete types) make it really confusing to know what is going on without having to dig through the implementations. Which are hard to find.