jjPlusPlus / bringme-react-native

A scavenger hunt game using React Native and MLKit
0 stars 1 forks source link

Integrate Supabase Cache Helpers #25

Open jjPlusPlus opened 1 year ago

jjPlusPlus commented 1 year ago

Investigate integrating Supabase Cache Helpers into our project.

This package provides a couple of common utilities that could help us clean up our code, especially around queries that also need to subscribe to realtime updates. We had this type of utility out-of-the-box with Firebase/Firestore and it would be nice to contribute to a package instead of rolling our own in this case.