1 on 1 Chat App.
Designed for love birds 🦆.
in beta
✅ Core Function
✅ Attachments (images, video, files)
✅ Read status
⬜ Sticker Library
⬜ Image Gallery
⬜ File Gallery
- 🐣 Customizable UI
- 🖼️ Send image, video and files
- 🐱 Animated Sticker support (GIF)
- 🌐 Self Hosted with firebase. No server required
- ⚛️ Cross Platform with Electron
npm install
Setup .env with firebase config
To enable, save password feature, generate >16 Bytes SECRET and store in .env file.
npm run dev
Electron-Builder
npm run dist
Authetication
- Add both user manually with Email and Password.
Cloud Firestore
- Create users collection
- add document id:
USER UID
for both user - add document id:
chatroom
- in chatroom doc, add users (type: array), then add both user UID.
- Update Firestore Rules.
Cloud Storage
- Update Cloud Storage Rules
Other collections or documents will be self populated by the app.
Client: Javascript, SCSS, Electron, Firebase.
- Mobile App (React Native)
- BOT to automate task.