firebase-promisified:Firebase 原型的 Promise 和 Rx 化

时间:2024-06-20 05:31:06
【文件属性】:

文件名称:firebase-promisified:Firebase 原型的 Promise 和 Rx 化

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-20 05:31:06

JavaScript

火力基地承诺 Firebase 与 Promises 和 RxJS 动机 Firebase 很棒,但回调很糟糕。 难的。 这个简单的模块添加到 Firebase 原型中,以便您可以编写如下代码: firebase . child ( 'users' ) . child ( userId ) . promiseUpdate ( { firstName : 'foo' , lastName : 'bar' } ) . then ( newData => ... ) . catch ( error => ... ) 或者像这样: firebase . child ( 'userRegistration' ) . observe ( 'child_added' ) . map ( observedData => ( { id : o


【文件预览】:
firebase-promisified-master
----.gitignore(13B)
----.eslintrc(210B)
----package.json(730B)
----src()
--------firebase-promisified.js(5KB)
----LICENSE.md(1KB)
----dist()
--------firebase-promisified.js(6KB)
----README.md(2KB)
----build.sh(71B)

网友评论