gpt4 book ai didi

javascript - Web 应用程序未在 Firebase 项目控制台中注册

转载 作者:数据小太阳 更新时间:2023-10-29 03:52:43 26 4
gpt4 key购买 nike

在我的项目控制台中,我收到这条消息。

There are currently no apps in the project FancyProject

然后我收到将 Firebase 包含在我的应用程序的脚本标记中的说明。

但是,我已经将它包含在我的 React 应用程序中,如下所示,并且我已经检查以确保它已注册。我也可以毫无问题地在我的应用程序中更新我的 Firebase 数据库。为什么它没有作为应用程序添加到我的项目控制台中?

import Firebase from 'firebase'

export const config = {
apiKey: "<APIKEY>,
authDomain: "<AUTHDOMAINLINK>,
databaseURL: "<DATABASEURL>",
storageBucket: "<STORAGEBUCKET>",
messagingSenderId: "<SENDERID>"
}


let app = Firebase.initializeApp(config)
console.log(app.name) // this registers!


export const ref = Firebase.database().ref()
export const firebaseAuth = Firebase.auth

最佳答案

这是预期的行为。只有 iOS 和 Android 应用程序会添加到 Firebase 控制台的应用程序列表中。 Web 链接/代码段纯粹作为一种访问 Web 应用程序设置的简便方法显示在那里。

关于javascript - Web 应用程序未在 Firebase 项目控制台中注册,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41576213/

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