firebase-analytics
firebase-analytics copied to clipboard
setUserId accept null too #49
I've solved #49 so that null will be accepted by setUserId and in the web-version it gets converted to an empty string
Any update on this PR? I am also waiting on this fix
I have some time set aside later this week for this.
Hi, I also need to unset the userId via setUserId. @brownoxford do you think you need help to merge this PR?
@brownoxford @edouardruiz any updates?
Also interested by this. Any news @brownoxford?
@markxoe it seems your PR is not fixing the issue unfortunately. For example on iOS:
https://github.com/capacitor-community/firebase-analytics/blob/962a66634da4a575b8e3bfb45f5fd7e66c36ecec/ios/Plugin/Plugin.swift#L25-L29
Since it expects a "string" it will raise an error in all cases. Did you test your implementation? (maybe I'm doing something wrong)