Ramon
Ramon
I have this problem too. (AngularJS 1.5)
Hi @philipp-reich. What you propose is not exactly a solution, rather it is a workaround. Thank you anyway. Unfortunately, it does not help me because I have a custom component...
The exact error message is: _"userId property is missing"_: 
As long as the [condition](https://github.com/capacitor-community/firebase-analytics/blob/master/src/web.ts#L82) is _!userId_, the result will be the same using null or undefined. See this test on Chrome's console: ![Captura de Pantalla 2021-02-16 a les 10...
Thank you very much @markxoe
I have been doing some tests and, in web version, you can pass null to setUserId method and it works properly. I have tried it with _undefined_ as well, and...
I think userId="" may work... But: my proposal was NULL because in the Android and iOS documentation says: _The user ID to ascribe to the user of this app on...
> Okay, i think i have the perfect idea, i'm just gonna do it and propose my changes in a Pull-Request Thank you.
Yes. I'm facing this same issue.
Yes, same problem here. Using ionic2 too.