expo-community / expo-firebase-starter

🔥⚛️📱 Expo + Firebase Starter Kit
MIT License
491 stars 124 forks source link

considering `react-query-firebase` to speed up database integration? #69

Open flexbox opened 2 years ago

flexbox commented 2 years ago

@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?

amandeepmittal commented 2 years ago

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 :)

bruteforks commented 1 year ago

I'm very interested in the react-native-firebase implementation as well!