Mark Oude Elberink
Mark Oude Elberink
Any way of getting this merged soon? 😄
Theoretically you don't have to do any Code in the iOS version of the app, did you put your `GoogleService-Info.plist` in the correct folder?
What Code are you editing exactly? In my case i used the Push Notifications and added those lines https://github.com/markxoe/ich-bin-eine-biene-mobile/blob/master/ios/App/App/AppDelegate.swift#L14 according to this: https://capacitorjs.com/docs/guides/push-notifications-firebase#add-initialization-code
That's a very useful feature 👍🏻
What is the exact Error message?
Could you try `undefined`? This should work, as it is the default value See https://github.com/capacitor-community/firebase-analytics/blob/master/src/web.ts#L80
I could make a patch... I may be doing this later this day
I'm just thinking about whether that is possible with the web version; In the docs there is nothing of userId = `undefined`: https://firebase.google.com/docs/reference/js/firebase.analytics.Analytics#setuserid And the type of the parameter is...
Isn't the `user_id=null` just the same as `user_id=""` ? This would be a more elegant solution IMHO
Okay, i think i have the perfect idea, i'm just gonna do it and propose my changes in a Pull-Request