Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cloud Firestore Offline Encryption

Does anyone know if the local cache of the Firebase Cloud Firestore is encrypted at rest on the clients? I want to temporarily store sensitive details (think payment details) in the datastore until network connectivity becomes available and I can fire off some cloud functions and dispose of the data. I could go about encrypting the data before it is stored, but then that necessitates the need to rotate keys etc.

like image 682
Deltatuk Avatar asked Jul 09 '26 21:07

Deltatuk


1 Answers

The google group responded, and the answer is no. The store is not encrypted on the device. This facilitated the need for encryption prior to storing the data.

https://groups.google.com/forum/m/#!topic/google-cloud-firestore-discuss/fa4RygAeFJg

like image 71
Deltatuk Avatar answered Jul 11 '26 11:07

Deltatuk



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!