Hi!
Anyone knows an artificial intelligent chatbot with an easy integration to Firebase? Thanks.
Hi!
Anyone knows an artificial intelligent chatbot with an easy integration to Firebase? Thanks.
Well i can try to help you like this:
You can use a prototype like this:
<input id ="userbox" type="text"></input>
...
<script>
var input = document.getElementById("userbox");
...
when the button is clicked:
if(input.value = "here goes your command" {
//do something
}
</script>
Hope it works!Have a nice day!
Hello dimdazz
Take your look in there