Using Firebase in place of own hosting, database and what not!

Leave a comment

Firebase benefits Key/Value document (NoSQL) Real time database Hosted URL based Integrated Authentication Firebase NoSQL data design principles: – Don’t treat firebase like a relational database – User Root branches as your primary container – Avoid deep nesting – Duplicating Data (More art than science) – Design around data access – Data design is driver … Continued