So , I know Firebase encrypt data at rest according to this question.
question is do they use a unique key per account , also where are those keys stored. This is more a compliance concern.
So , I know Firebase encrypt data at rest according to this question.
question is do they use a unique key per account , also where are those keys stored. This is more a compliance concern.
Firebase relies on Google Cloud Platform's default encryption at rest.
Data is not encrypted with an account-specific key.