Is Firebase safe to store data?

As a default Firebase database has no security , it’s the development team’s responsibility to correctly secure the database prior to it storing real data. In Google Firebase, this is done by requiring authentication and implementing rule-based authorization for each database table.

Read more