问题描述
当我尝试通过自动创建的链接创建Firebase索引时,它将显示在弹出消息“此页面已移至新位置。请更新您的书签”中。并且不会创建firebase索引
有人可以帮我吗?
a screenshot of the message shown
解决方法
我的链接已经没有“数据库”一词了,但是当我更改了:
.. google.com/v1/r / ...到..google.com / u / 0 /...
有效。请注意,在我的工作链接中,“ v1”和“ r”已替换。
我正在使用Flutter。可能是需要更新的Flutter Firestore软件包,我不知道链接的确切位置。
,只需在控制台中复制该URL,然后删除 / database /
例如 转换
https://console.firebase.google.com/u/0/project/project-name/database/firestore/indexes?......
到
https://console.firebase.google.com/u/0/project/project-name/firestore/indexes....
,
firebaser here
在最近的更新中似乎确实出现了问题。感谢大家这么快发布解决方法!
我们暂时已撤消更改,因此您不再应该看到此错误。如果仍然看到错误,请在下面留下评论。