Skip to content

Rush Message is a real-time chat app built with Firebase Firestore. It features instant message syncing across devices. This project demonstrates how to build scalable, real-time apps using Firestore’s powerful real-time listeners and cloud integration.

Notifications You must be signed in to change notification settings

willymateo/rushMessage

Repository files navigation

rushMessage

Rush Message is a real-time chat app built with Firebase Firestore. It features instant message syncing across devices. This project demonstrates how to build scalable, real-time apps using Firestore’s powerful real-time listeners and cloud integration.

Environment variables

You must have a .env.local file in the root of the proyect. The .env.local file must have the content of .env.template

Note

Ask to an admin for the value of environment variables.

Setup

Install dependencies

npm install

Run server

Production

npm run build
npm start

Development

npm run start:dev
# or
yarn start:dev
# or
pnpm start:dev
# or
bun start:dev

Open http://localhost:3000

Preview

Web

image

Smarthphone

image

About

Rush Message is a real-time chat app built with Firebase Firestore. It features instant message syncing across devices. This project demonstrates how to build scalable, real-time apps using Firestore’s powerful real-time listeners and cloud integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published