myd-mannheim
myd-mannheim
Hi, I'm having the exact same issue:  Did you ever find a solution? I'm trying to use cheerio in firebase functions, not via metacritic, but directly...
Another weird observation is that in Firebase console in the config manage screen of the extension the event are prefixed with "firebase.extensions.**firestore-counter**.v1"  However, in the source code of the...
Also here https://github.com/firebase/extensions/blob/ecc213e1b384d4a15be629f163d22c431c85d5b2/firestore-bigquery-export/functions/src/events.ts#L17 I have the impression it should not be allowedEventTypes: process.env.**EXT_SELECTED_EVENTS** but allowedEventTypes: process.env.**ALLOWED_EVENT_TYPES** because ALLOWED_EVENT_TYPES is the name of the variable in the config env for the...
@beenerdy Thanks for the explanation and the fix, but that also leaves me a bit puzzled. Having a success event only in this one specific situation seems weird - it's...