fxwss / Chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat

A simple chat app using firebase services

Installation

Use yarn to install the packages

yarn

Usage

  • Create a firebase app;
  • Create a new collection called "messages";
  • Configure the signin options;
  • Get firebase config data;
  • Change ".env.example" to ".env";
  • Place your firebase config as JSON in your ".env" file;
  • Then run the app with "yarn start"

About


Languages

Language:TypeScript 80.2%Language:HTML 14.5%Language:JavaScript 4.3%Language:CSS 0.5%Language:Shell 0.5%