Simple Chat

< Back To Samples

This sample shows how to create a chat app with firefight. Type in the message box and hit send. Please be kind. This is an unsecured. Later examples will show how to secure this app.

HTML


            

Result

  • {{message}} x
login with facebook to put your image next to your message

Firebase emulator

  • simpleChatList
    • {{_key}}
      • usrImg: {{usrImg}}
      • message: {{message}}
< Back To Samples