https://github.com/trungdq88/firebase-example
A web application to demonstrate Firebase features
https://github.com/trungdq88/firebase-example
firebase game realtime-database
Last synced: about 1 year ago
JSON representation
A web application to demonstrate Firebase features
- Host: GitHub
- URL: https://github.com/trungdq88/firebase-example
- Owner: trungdq88
- Created: 2016-06-14T02:42:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T03:32:25.000Z (almost 10 years ago)
- Last Synced: 2025-04-12T09:05:23.502Z (about 1 year ago)
- Topics: firebase, game, realtime-database
- Language: JavaScript
- Homepage: https://fir-example-c2211.firebaseapp.com/dashboard/
- Size: 61.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firebase Example
A web application to demonstrate Firebase features:
- Realtime Database
- Authentication
- Hosting
See Firebase example with Realtime Database, Authentication, Storage and Hosting: https://github.com/trungdq88/firebase-checkin
**Gameplay**: similar to the famous agar.io game, but with controller, built with Firebase Realtime Database.
This game is design to play in a presentation for demonstration purpose.

- Dashboard: https://fir-example-c2211.firebaseapp.com/dashboard/
- Controller: https://fir-example-c2211.firebaseapp.com/controller/ (should be visited on phones or tablets)
*Notice:* game logic is calculated at client side in the dashboard screen, so if there is more than 1 dashboard screen opened, they will not sync!
# Development
Source placed in `/public/dashboard/src` and `/public/controller/src`.
Build:
```bash
npm run build
```
Deploy
```bash
firebase deploy
```