Is there any firebase comment feature

I was searching for comment system for jekyll using firebase. Is there any?

1 Like

Never heard of that for Jekyll.

Jekyll supports comments with Disqus though

Thanks @mmistakes. I am already using it. The problem is a user can press submit button without entering input values, and it will produce a blank comment. It is not checking for input values.

You should be able to solve that by marking inputs with required attribute and possibly using JavaScript to validate the data before allowing it to be submitted.

Not really a Jekyll issue, so you should be able to find solutions if you search around.

Thanks @mmistakes . Let me try it