【发布时间】:2019-04-20 14:39:06
【问题描述】:
我正在尝试在 Mozilla Firefox 扩展程序中使用 Firebase 进行 Google 身份验证。
但是,它会引发此错误:
This operation is not supported in the environment this application is running on. "location.protocol" must be http, https or chrome-extension and web storage must be enabled.
经过一番研究,我发现:
1) Firebase 不支持 Firefox 扩展。
2) 添加moz-extension:// 不起作用。
这里是一些相关问题的链接:
目前有什么解决方法吗?发现问题已经一年了...我需要完全使用 Firebase 进行身份验证,因为它共享公共数据库。
【问题讨论】:
标签: firebase firebase-authentication firefox-addon