Umair Ashraf

Results 33 comments of Umair Ashraf

Downgrading node version from 22 to 20 and reinstalling firebase-tools after fixed it for me. ```zsh brew install node@20 brew unlink node brew link node@20 npm install -g firebase-tools firebase...

To open the chat dialog. I don't want the script to the icon at the bottom right but instead I would like a button in a dropdown menu which upon...

This works! 1. Add this to index.html ``` (function (d, t) { var BASE_URL = "https://app.chatwoot.com"; var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = BASE_URL + "/packs/js/sdk.js"; g.async =...