When using Firebase Functions how do I extract Firestore Collection References into a helper?
I am making Firebase Functions that interact with Firestore. To avoid repetition and typos I want to export all my Firestore Collection References from one helper file, but doing this causes a RangeError: Maximum call stack size exceeded
deployment error.
Firebase functions not building correctly
I am simply trying to build a firebase function using typescript. Right now my file is as follows: