An open API service indexing awesome lists of open source software.

https://github.com/cccaaannn/firezup

Group chat application with firebase.
https://github.com/cccaaannn/firezup

firebase messaging

Last synced: 2 months ago
JSON representation

Group chat application with firebase.

Awesome Lists containing this project

README

          

# firezup

Group chat application with firebase.

![GitHub top language](https://img.shields.io/github/languages/top/cccaaannn/firezup?color=blue) ![GitHub repo size](https://img.shields.io/github/repo-size/cccaaannn/firezup?color=orange) [![GitHub](https://img.shields.io/github/license/cccaaannn/firezup?color=green)](https://github.com/cccaaannn/firezup/blob/master/LICENSE)

---

## Running for development
1. Get packages `flutter packages get`.
2. Add firebase configurations to `dotenv` file using `dotenv.template` as a template. (.env not works with web when deployed)
3. Run application `flutter run`.
- For chrome `flutter run -d chrome`.

## Example web deployment
[cccaaannn.github.io/firezup](https://cccaaannn.github.io/firezup/)