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.
- Host: GitHub
- URL: https://github.com/cccaaannn/firezup
- Owner: cccaaannn
- License: mit
- Created: 2023-05-06T19:59:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T23:35:58.000Z (almost 3 years ago)
- Last Synced: 2025-06-12T23:40:07.356Z (about 1 year ago)
- Topics: firebase, messaging
- Language: Dart
- Homepage: https://cccaaannn.github.io/firezup/
- Size: 5.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firezup
Group chat application with firebase.
  [](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/)