Mobile app and backend server kickoff
Jan 2024Initiated the React Native / Expo mobile app (SDK 49) and the Node.js / Express backend server on the same day (Jan 8, 2024). Mobile app wired to Firebase Auth (email/password) and Firebase Firestore (project no-waste-club-e2643). Backend server set up as middleware between the app and the Shopify Admin API (version 2023-07) with two parallel processes via concurrently: orderHandler.js for discount code generation, product.js for customer and order data aggregation.
- React Native / Expo SDK 49
- Firebase Auth + Firestore
- Express.js middleware
- Shopify Admin API 2023-07