2

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.

Community
  • 1
  • 1
Rotem Slootzky
  • 688
  • 10
  • 21

1 Answers1

4

Firebase relies on Google Cloud Platform's default encryption at rest.

Data is not encrypted with an account-specific key.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807