Hugo Gresse

Results 137 comments of Hugo Gresse

@joehan any news on this issue? Following the officiel [doc](https://firebase.google.com/docs/functions/unit-testing#using_custom_data) we need to use the `makeDocumentSnapshot`.

Maybe @TheIronDev can help as he is the most recent contributors? The issue happens with `"firebase-functions-test": "^2.0.2",`

I've made a small repro : https://github.com/HugoGresse/84-fb-functions-makesnapshot-repro BUT, the issue is caused by my stub for firestore... which is 🤦 only a PEBKAC issue

hey @Exilz, could you update the readme so users may be more aware of this?

the issue on my side was using another `buildToolsVersion` from the one referenced in this repo. For android 30, the build tools available is `30.0.3` which is different from the...

I believe changing an event id shouldn't be complicated, some logic as already been done for the "project/event" id.

Quick update as of today: 1. Event custom id is possible when creating a new event below the event name (and only when creating it) 2. If all talks don't...

Thanks François for willing to help me on this! For the moment: we are using: - Google Analytics which use some private data and is not even GDPR compatible -...

As to current deployed version it is still not. I'm currently refactoring the votes to fix this issue.

I've tried to fix this using "Distributed counter" aka writing to separate document from a collection but It did not solve the issue. (see https://github.com/HugoGresse/open-feedback/pull/416) Status: - adding a lot...