Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将firebase云firestore数据导出到云存储,数据加密后现在如何使用?_Firebase_Google Cloud Platform_Google Cloud Firestore - Fatal编程技术网

将firebase云firestore数据导出到云存储,数据加密后现在如何使用?

将firebase云firestore数据导出到云存储,数据加密后现在如何使用?,firebase,google-cloud-platform,google-cloud-firestore,Firebase,Google Cloud Platform,Google Cloud Firestore,我将我的cloud Firestore数据库导出到云存储,但无法验证它是否可以用作备份,因为数据看起来是加密的。我的问题是,我是否能够以某种方式解密,或者仅限于GCP进程来解密数据,以防我需要它作为备份数据没有加密,只是以特殊格式序列化。您可以获取这些导出,复制它们,然后将它们从不同的bucket重新导入到不同的数据库。您必须使用其中一种有文档记录的方法,或者自己解决如何解析数据(虽然没有文档记录,但它们可能是protobufs)

我将我的cloud Firestore数据库导出到云存储,但无法验证它是否可以用作备份,因为数据看起来是加密的。我的问题是,我是否能够以某种方式解密,或者仅限于GCP进程来解密数据,以防我需要它作为备份

数据没有加密,只是以特殊格式序列化。您可以获取这些导出,复制它们,然后将它们从不同的bucket重新导入到不同的数据库。您必须使用其中一种有文档记录的方法,或者自己解决如何解析数据(虽然没有文档记录,但它们可能是protobufs)