I'm very new to Firebase and security, so I'm not 100% about how secure Firebase is...
For instance, I have a database that stores user information. Can I assume this is secure..? Very secure?
I noticed an excerpt on the Firebase Docs:
By default, Google Cloud Storage manages server-side encryption keys on your behalf using the same hardened key management systems that we use for our own encrypted data, including strict key access controls and auditing. Cloud Storage encrypts user data at rest using AES-256, and each encryption key is itself encrypted with a regularly rotated set of master keys. There is no setup or configuration required, no need to modify the way you access the service, and no visible performance impact. Data is automatically and transparently decrypted when read by an authorized user.
I'm not sure if the Google Cloud Storage is on the same guidelines as the real time firebase database..
Would anyone have insight into this? How secure can I tell my users this is?
Any feedback would be great! Thanks.