Integrated Firebase into the repository. I’ve used the config from V1 with a few minor adjustments, and we’ll reintroduce some features at a later stage. This PR primarily ensures that we can successfully query data from Firebase and that environment variables (ENVs) are functioning correctly.
While the current code may appear a bit messy, it serves as the foundation for future Firebase queries and development. If you'd prefer a cleaner codebase before each PR, please let me know.
Firebase Config features that need to be added back.
-typed collection groups using zod to typecast the different data coming back from the DB.
You can see that start of this at the bottom of the DB, but the code is commented out. After Zod is added we can start this typecasting process and determine what the structure of this DB will look like.
Integrated Firebase into the repository. I’ve used the config from V1 with a few minor adjustments, and we’ll reintroduce some features at a later stage. This PR primarily ensures that we can successfully query data from Firebase and that environment variables (ENVs) are functioning correctly.
While the current code may appear a bit messy, it serves as the foundation for future Firebase queries and development. If you'd prefer a cleaner codebase before each PR, please let me know.
Firebase Config features that need to be added back. -typed collection groups using zod to typecast the different data coming back from the DB. You can see that start of this at the bottom of the DB, but the code is commented out. After Zod is added we can start this typecasting process and determine what the structure of this DB will look like.