Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 486 Bytes

File metadata and controls

28 lines (17 loc) · 486 Bytes

Database

Firebase (noSQL)

Pros

  • No need for any database setup or maintenance
  • Custom Security Settings
  • Great for small projects

Cons

  • Complex querying may be difficult to implement
  • Data migration in your applicatio becomes difficult
  • High costs as apps grow fast

MongoDB (noSQL)

Pros

  • Dynamic schematics architecture for unstructured data and storage options
  • Reliable scalability
  • High Performance

Cons

  • Joins on data are not supported