首页 > 解决方案 > How to disable Firestore Datastore mode for new project and switch to Native Mode

问题描述

I'm developing a new iOS / Android App for which I need Firestore Native Mode. In my old project I see my Cloud Firestore (in native mode) but in my new project I think I accidentally selected Data-store somewhere, but I didn't add data yet. How can I revert this because I don't want to start a complete new project.

I've read this documentation

Old project:

enter image description here

Current one: enter image description here

After creating 1 entity and removing the same entity, it's not possible anymore to switch to native: enter image description here

标签: androidiosfirebasegoogle-cloud-datastore

解决方案


如果您尚未向数据库添加任何数据,则更改为原生模式的选项应该类似于下面的屏幕截图,您可以直接从GCP 控制台访问,而不是从 Firebase 控制台访问。

GCP

在那里您应该能够更改为原生模式,而无需创建新项目。


推荐阅读