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
- Host: GitHub
- URL: https://github.com/techguy-bhushan/elite-schedule
- Owner: techguy-bhushan
- Created: 2018-09-08T18:32:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T20:12:48.000Z (almost 8 years ago)
- Last Synced: 2025-04-23T12:36:42.765Z (about 1 year ago)
- Topics: firebase, hybrid-apps, ionic-framework, ionic3
- Language: TypeScript
- Size: 1.67 MB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
## 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