https://github.com/maximegris/shopping-list
A simple colaborative shopping list (with firebase)
https://github.com/maximegris/shopping-list
Last synced: 10 months ago
JSON representation
A simple colaborative shopping list (with firebase)
- Host: GitHub
- URL: https://github.com/maximegris/shopping-list
- Owner: maximegris
- License: other
- Created: 2016-11-01T16:14:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T16:28:02.000Z (over 5 years ago)
- Last Synced: 2025-01-30T13:24:45.116Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 2 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping-List
A colaborative shopping list (based on firebase)
## Prerequisites
* A Firebase project (https://firebase.google.com/)
* A coee push account (https://microsoft.github.io/code-push/)
## Files to change
* config.xml => Add Code Push API KEY
* src/app/app.module.ts => Firebase project info (Api Key & Url)
``` javascript
export const firebaseConfig = {
apiKey: '',
authDomain: '',
databaseURL: '',
storageBucket: '',
messagingSenderId: ''
}
```
## Firebase workaround
After doing npm install, go to node_module/angularfire2 and add at the begining of `angularfire2.d.ts`
import * as firebase from 'firebase'; in node_modules/angularfire2/angularfire2.d.ts
## Command lines
* Launch application in browser => `ionic serve`
* Run application => `ionic run android`
* Build application => ``ionic build android`
## CodePush deployement
* code-push release-cordova `appName` `platform`