Integration with modern frameworks like React or Vue.js

How does one integrate LiveLike to a modern website, which does not use just vanilla js? What about TypeScript support?

How to update the "custom_data" in userProfile

LiveLike.updateUserProfile does not provide a way for me to update the custom_data returned in LiveLike userProfile. Please how do I get this working?

Show widget as message in livelike-chat component

Hello, as I understand from docs (https://docs.livelike.com/docs/web-widget-modes), your SDK does not support showing any widget component as message in a chat, does it?
If possible, please tell me how to implement it.

Issue with multiple event listener (Android + react-native + javascript SDK).

Hi Live like team, we have some issue around setting up multiple event listeners. We have requirement of multiple private chat rooms between user and for each chat room we need to setup a listener which is causing hang issue in android devices. Needed clarity on these points -

How do I integrate with my own analytics platform?

How can I integrate analytics data coming from LiveLike into my own analytics provider? If I am using a service like Segment, Google Analytics, Firebase, etc. already, how can I add LiveLike data to it?

Flutter Support

Hello LiveLike Team,

ANSWERED

My Implementation for getComments was working until a few days ago

Below is what I see as my Request URL

How to update live like profile image?

We are trying to update profile image of live like user but there is no way we founded using javascript sdk. Also we needed sender_image_url in message event.

Integrating LiveLike chat with Vue web application

I'm running into problems integrating the live chat with our Vue application, getting the warning [Vue warn]: Failed to resolve component: livelike-chat. I believe the problem stems from the fact that LiveLike init creates the chat into a <livelike-chat> element but Vue sees the <livelike-chat> tag and attempts to find a LivelikeChat component.