Fayeed Pawaskar

Results 44 comments of Fayeed Pawaskar

@sarthak290 I think the issue is due to the fact that `$` inside quotes are used for string composition, that could be the cause of the issue. I would suggest...

@sarthak290 To allow the use of dollar sign in the package I will have to convert all the text string to raw string that should fix the issue, other than...

@daadu try passing an empty string rather than `null` to `restoreId`

@daadu I looked through the issue it doesn't generate a `restoreId` unless you start a conversation after that if you identify the user you should get a `restoreId`. I think...

Also, you can pass `null` to the `identifyUser` method that should work too.

This will also wont work if you are trying to sync conversations so I think the best way would be to check if the user has a `restoreId` stored locally...

@daadu going to close this issue if the problem persists feel free to open the issue again

I have re-opened this issue again but I don't have time to work on it if you can fix this please do create a pull request or wait till someone...

@daadu I just checked this issue I see no problem, It might be because you also need to update the user info. Here I tested it and its working: ![Simulator...

@doppio I haven't looked at the Freshchat web SDK or don't know much about it but I might integrate if enough people request it.