prescottprue / react-redux-firebase

Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
https://react-redux-firebase.com
MIT License
2.55k stars 559 forks source link

offline support #1061

Closed oktaysenkan closed 3 years ago

oktaysenkan commented 3 years ago

Do you want to request a feature or report a bug?

Does react-redux-firebase support offline auth and database actions (sync when online)? If it supports then how i use this future?

prescottprue commented 3 years ago

Offline support is controlled directly through the Firebase SDK as described in their docs

react-redux-firebase is just hooked into the callbacks of the Firebase SDK which trigger when these events happen