Relative Content

Tag Archive for firebasereact-nativeoptimizationquery-optimization

Optimizing Calculations in React Native Expo with Firebase: Client-Side vs Cloud Functions?

I’m currently working on a home screen for my app where users can view their PNL (profit and loss) over different time frames: 1 week, 4 weeks, and 12 weeks. The PNL data is the same for all users since one strategy is applied across their accounts/portfolios. We update the PNL weekly, so each new week’s data should dynamically update the 4-week and 12-week periods.