Skip to content

trungdq88/firebase-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

demo

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:

npm run build

Deploy

firebase deploy

Releases

No releases published

Packages

No packages published