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
Post a Comment