Firebase removes infrastructure work, but it does not remove data modeling, authorization, or failure handling. A client that can write anywhere may be fast to prototype and expensive to repair.

Model queries, not relational diagrams

Firestore reads through known query shapes. I list the views the product must render, their filters, ordering, and permission boundaries before deciding where data lives.

Closing perspective

Scalable Firebase architecture begins with query and ownership design.