Liviu Doloscan

Results 9 comments of Liviu Doloscan

Sorry, my bad, everything is ok!

@machulav in config, when you set up your GA account you have to set up object fields with key `clientId: {value}`, see example below: ``` AnalyticsProvider.setAccount({ ... fields: { clientId:...

@machulav well if you want to retrieve you can reefer to `window.ga` object, but what exactly you want to achieve ? why do yo need clientId ?

@machulav ok, I understood...unfortunately you can't do this with this library. In my case, I was supposed just to change default `clientId` with one that came from another site! Anyway...

@Xyloboard thanks mate, good catch on this. I also tried using Apollo graphql client, but when it comes to tight WebSocket connection that's a nightmare, I did not manage till...

Hey guys, thanks for sharing this with the community, it's really helpful and there's really a lot of struggle with these configs. So I was trying to use this in...

@razor-x thanks man for the reply, appreciate it, but I ended up using `AppSyncClient` instead and got everything working. I just spend a tremendous amount of time on this and...

Any progress on this guys ?! Can anyone take a look at the PR and maybe approve ?! Thanks in advance.

> Hello, I was unable to replicate your problem here! can you pass me the used packages and their versions? Hi, I have the following: ``` "react": "^17.0.1", "react-leaflet": "^4.2.1",...