gpt4 book ai didi

javascript - 尝试导入错误 : 'FetchXmlHttpFactory' is not exported from '@firebase/webchannel-wrapper' (imported as 'v' )

转载 作者:行者123 更新时间:2023-12-04 01:02:27 26 4
gpt4 key购买 nike

我已将我的 firebase 链接到我的项目,以便将其用于 Google 身份验证,但这个问题不断出现。

import firebase from "firebase/app";

import "firebase/firestore";
import "firebase/auth";

const config = {
apiKey: "************************",
authDomain: "********************",
projectId: "****************",
storageBucket: "***********************,
messagingSenderId: "*************************",
appId: "******************************",
measurementId: "******************",
};

firebase.initializeApp(config);

export const auth = firebase.auth();
export const firestore = firebase.firestore();

const provider = new firebase.auth.GoogleAuthProvider();
provider.setCustomParameters({ prompt: "select_account" });
export const signInWithGoogle = () => auth.signInWithPopup(provider);

export default firebase;

最佳答案

只是在您的 package.json 文件中找出问题检查以查看您使用的是哪个版本的 firebase。如果您有 firebase 版本:8.6.4,请使用 npm uninstall firebase 卸载。然后使用 npm install firebase@8.6.3

重新安装

关于javascript - 尝试导入错误 : 'FetchXmlHttpFactory' is not exported from '@firebase/webchannel-wrapper' (imported as 'v' ),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67829565/

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