george43g / better-firebase-functions

This repo provides functionality for a better way of organising files, imports and function triggers in Firebase Cloud Functions
Mozilla Public License 2.0
179 stars 15 forks source link

does not work with firebase min instances #33

Open davidstellini opened 2 years ago

davidstellini commented 2 years ago

To save everyone else a bunch of time - it seems that this library is not compatible with min instances. We tested this side by side: a function exported directly is fine, but one exported via this library, for some weird reason, is not.

nhuethmayr commented 2 years ago

Do you have more info on that one? How could that be?

george43g commented 2 years ago

Seems quite strange. Will investigate this.