expo-firebase-starter
expo-firebase-starter copied to clipboard
considering `react-query-firebase` to speed up database integration?
@amandeepmittal Thank you for this repo! I keep it as a reference.
Recently, I landed on this: https://github.com/invertase/react-query-firebase
React Query Firebase provides a set of easy to use hooks for handling asynchronous tasks with Firebase in your React application.
Tested and deployed successfully to production with:
"expo": "^44.0.0",
"firebase": "9.7.0",
Maybe we can update the README.md in a "Integrating database features" section?
Hi @flexbox, thanks for recommending it. I am big fan of react-query library. I think it will be a good edition. I have some ideas to convert this starter kit to use native Firebase SDKs using react-native-firebase library from Invertase. I will definitely look into your recommendation and may be start using it :)
Thanks for all the mindful and useful suggestions you have recommend and for keeping this repo as a reference :)
I'm very interested in the react-native-firebase implementation as well!