gpt4 book ai didi

javascript - 将 Firebase Promise 与 ES6 Promise 混合

转载 作者:行者123 更新时间:2023-12-03 06:45:09 27 4
gpt4 key购买 nike

据我所知,出于某种原因,FB 使用的是它自己的 Promise 实现,而不是 ES6 标准。

混合 FB 和 ES6 Promise 是否可能/安全?例如在“then”链中?

let p1=firebase.auth().signInWithEmailAndPassword(email, password);
let p2=new Promise( ...

p1.then(ps).then( // ?? is this ok ?

谢谢!

最佳答案

firebase.Promise is the same as the native Promise implementation when available in the current environment, otherwise it is a compatible implementation of the Promise/A+ spec.

摘自其文档: https://firebase.google.com/docs/reference/js/firebase.Promise

检查您的环境中是否将 Promise 实现更改为 Bluebird 或类似的东西。

FireBase Promise 和 ES6 标准 Promise 应该可以毫无问题地协同工作。

希望这有帮助。

关于javascript - 将 Firebase Promise 与 ES6 Promise 混合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37773454/

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