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.
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.
npm installnpm run build
npm startnpm run start:dev
# or
yarn start:dev
# or
pnpm start:dev
# or
bun start:dev
