Releases: HubertRyanOfficial/react-native-firebase-tools
Release 0.1.4
📦 react-native-firebase-tools v0.1.4
This new version brings important performance improvements, fixes, and enhancements to data handling. Check out what’s new:
✨ Improvements
- Formatter Migrated to Normalizer Function: The data formatting logic has been moved to a new normalization function for better structure and reuse.
- Firestore Response Types with Generics Support: Firestore data responses now support typed parameters, improving type safety and flexibility for developers.
- Improved Firestore Query Performance: Optimized query handling by removing unnecessary loading state updates, reducing re-renders and boosting performance.
This version is recommended for all users. Upgrade now to benefit from enhanced performance and reliability.
Release 0.1.3
Here's an improved and polished version of the announcement 0.1.3:
🚀 New Version of react-native-firebase-tools Released! 🎉
I'm excited to introduce powerful new features to make managing Firebase collections easier and more efficient than ever with RNFirebase! Here's what's new:
useGetDocs:
Easily fetch documents from a specific collection. Retrieve multiple documents with just a few lines of code.
Pagination:
Take your pagination experience to the next level! Simply enable the pagination property in the query options. With the request method, you can load additional data effortlessly.
Document Grouping Option:
The new documentGrouping property gives you the flexibility to group data into an infinite scrollable list or refresh the list entirely with each new fetch. Perfect for tailoring the user experience to your app’s needs!
Upgrade now and streamline your Firebase workflows with React Native Firebase Tools! 💡
0.1.2
I've been working in some namespaces improvements, so that's why I'm releasing this new version.
- Snapshot namespace fixed in requestSnapshot and snapshopt option
- Example app adapted with the new namespace
by Hubert Ryan
0.1.1 - The explosion of Firebase mobile
Hello guys, I'm Hubert Ryan. So since I started using firebase on my mobile application I feel that the way how we can manage the requests letting our code verbose making a simple requestion on the page or component could be improve. 🙃
So thinking a little about I decided release these firebase tools to be used with React Native Firebase by (@invertaseio). This library was inspired by the React Query code structure, so it'll be easy to use. 🔔
This version incluses the first way to request the docs:
- with autoRequest: init the page or component request the docs or doc in the first render 🌸
- snapshopt (real-time data): with snapshop you can automaticly reiceve real-time data without worring about unsubscribe fn 🌷
- formatterFn: It helps us with when we need everytime get the id from the doc reference and the data from .data function. So react-native-firbease-tools already returns to us the id but you can if you need formatter the data after that without letting our code verbose.🌳
- reinforced typing: all typing is reinforced with Firebase's own typing. This makes it easier for us to use TypeScript.🌼
I hope it be useful to everyone. A HUG FROM HUBERT RYAN. ✌️