/FirebaseChat

:fire: :speech_balloon: A simples Firebase Chat used in my talk

Primary LanguageJavaScript

🔥 💬 Firebase Chat

A simples Firebase Chat used in my talk

Setup

Setup your project on Firebase Console.

Set your config in the file: src/js/config.js

Install Firebase CLI:

$ npm install -g firebase-tools

Login to your Friebase account:

$ firebase login

Associate the project to your project on Firebase:

$ firebase init

You will only need for Database and Hosting of Firebase features. Use the default public directory.

Development

$ yarn
$ yarn start

Then access http://localhost:3000/

Deploy

$ firebase deploy