Messenger is a web/desktop chat application using Angular + Firebase
See demo https://messenger-ng.firebaseapp.com
Desktop installers can be found here
- Registration with confirm email functionality
- Authentication (by
email
+password
, and bygoogle
sign in) - My account (edit name and profile photo)
- Add friends (with live-search)
- Accept/Decline friends requests
- Groups (create, remove, manage members of a group)
- Chatting with friend and in a group (emoji, send images + drag-and-drop)
- Electron integration for a desktop application (windows and linux installers)
- Video calls using Agora SDK
Paste into src/app/configs/firebase.config.ts
your firebase credentials.
Paste into electron/auth.config.js
your desktop project credentials.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run npm run package:debian
to create debian installer.
Run npm run package:windows
to create windows installer.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.