roberto-alexis / flightdeals-firebase

Toy project to test Firebase on Android plus some other libraries and tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flightdeals-firebase

Toy project to test Firebase on Android plus some other libraries and tools.

Structure of the project

  • /android: Android client app
  • /server: Firebase and Google Cloud code
  • /server/appengine: Small App Engine code to create a cron server. This server will send ticks to three pub/sub channels: minutes-tick, hourly-tick and daily-tick.
  • /server/functions: Google Cloud functions
  • /server/functions/common: Common code
  • /server/functions/firebase: Code interacting with the Firebase realtime database
  • /server/functions/parsers: Code that retrieves data from source sites
  • /server/functions/tests: Test code

About

Toy project to test Firebase on Android plus some other libraries and tools.

License:Apache License 2.0


Languages

Language:JavaScript 55.3%Language:Java 16.9%Language:Python 14.7%Language:HTML 12.6%Language:Shell 0.4%