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

https://github.com/techguy-bhushan/elite-schedule

This is a Ionic and firebase based sample app, where user can view elite schedule and manage favorites teams
https://github.com/techguy-bhushan/elite-schedule

firebase hybrid-apps ionic-framework ionic3

Last synced: 12 months ago
JSON representation

This is a Ionic and firebase based sample app, where user can view elite schedule and manage favorites teams

Awesome Lists containing this project

README

          

# Elite-Schedule

This is demo app of Ionic with FireBase.

## Getting Started

* [Download the installer](https://nodejs.org/) for Node.js 6 or greater.
* Install the ionic CLI globally: `npm install -g ionic`
* Install Cordova globally: `npm install -g cordova`
* Clone this repository: `git clone https://github.com/techguy-bhushan/Elite-Schedule.git`.
* Run `npm install` from the project root.
* Run `ionic serve` in a terminal from the project root.

## App Preview

All app preview screenshots were taken by running `ionic serve --lab`

My-Team
Tournament and Teams
Schedule
Schedule


## Deploying

* Android - Run `ionic cordova run android --prod`
- If you are deploying to Android 4.4 or below I recommend adding crosswalk: `cordova plugin add cordova-plugin-crosswalk-webview`
* iOS - Run `ionic cordova run ios --pro


Update google map key :
https://github.com/techguy-bhushan/Elite-Schedule/blob/master/src/app/app.module.ts

`AgmCoreModule.forRoot({apiKey: 'AIzaSyDEAOMY-dsotANOecM6ZqlOfOjBLn9sUkU'}),`

replace apiKey with yours map key in app.module.ts