database - Firebase for a Web Application -


i working on new web application. love idea behind firebase (augularfire) realtime data sync. can't figure out how organize data, make each customer (enterprise) have own data, , ensure no data shared between each enterprise.

in regular mysql server, can create database per enterprise (best implementation speed , security) or add table enterprise , table customer enterprise_id. best approach in firebase db?


Comments

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -