Git

Common Git problems and easy incremental solutions for all the family

Git is a gentle beast, but beasts are wild, and they require taming, here are some tips to resolve 99% of git problems. Working with developers of different experience levels made me realize we should have a simple suitable method to resolve all possible issues when working on a git project, …

Upgrade from WebHook to Firebase function on dialogflow

Webhooks have been on Dialogflow for a long time, but if you want to have more versatility controlling the responses, you need to use Fulfillment through a Firebase function. How can we upgrade from webhooks to a Firebase function without losing our webhook functionality? Given we had a webhook on a …