FirebaseExtended / reactfire

Hooks, Context Providers, and Components that make it easy to interact with Firebase.
https://firebaseopensource.com/projects/firebaseextended/reactfire/
MIT License
3.52k stars 401 forks source link

Cleanup: use RxFire's fromTask #448

Closed jhuleatt closed 3 years ago

jhuleatt commented 3 years ago

Description

Due to https://github.com/firebase/firebase-js-sdk/issues/1659, ReactFire originally implemented its own fromTask observable instead of using RxFire's. This issue was fixed in https://github.com/FirebaseExtended/rxfire/pull/8, so now we should use RxFire's fromTask instead.