gpt4 book ai didi

Firebase 3.0.1 Web API 查询不起作用,出现 iFrame 安全错误

转载 作者:行者123 更新时间:2023-12-02 19:51:45 27 4
gpt4 key购买 nike

我对ref.once('value',callback)进行了简单的调用。回调从未被调用。

相反,我在 Chrome 控制台中收到此错误:拒绝显示 'https://console.firebase.google.com/project/project6...redacted...73&parent=http%3A%2F% 2Flocalhost%3A8204&pfname=&rpctoken=3...redacted...4' 在框架中,因为它将 'X-Frame-Options' 设置为 'DENY'。

我不知道这个 iFrame 是什么,也不知道这是否就是我没有收到回调的原因。 FWIW,我正在 localhost:8204

上运行我的开发应用程序

编辑:这是更完整的代码示例。

import firebase from 'firebase/app'
import 'firebase/auth'
import 'firebase/database'

firebase.initializeApp({
apiKey: config.firebaseApiKey,
authDomain: `${config.firebaseAppName}.firebaseio.com`,
databaseURL: `https://${config.firebaseAppName}.firebaseio.com`,
storageBucket: config.firebaseStorageBucket
})

const ref = firebase.database().ref()

ref.once('value', callback)

最佳答案

好吧,问题出在初始化配置 authDomain 字段中,我写了 .firebaseio.com 但它应该是 .firebaseapp.com >.

关于Firebase 3.0.1 Web API 查询不起作用,出现 iFrame 安全错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37332039/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com