https://github.com/mg52/ionic-v3-firebase-shopping-cart
https://github.com/mg52/ionic-v3-firebase-shopping-cart
firebase ionic3
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mg52/ionic-v3-firebase-shopping-cart
- Owner: mg52
- Created: 2017-09-14T05:35:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T05:50:22.000Z (over 8 years ago)
- Last Synced: 2025-05-08T01:16:29.424Z (about 1 year ago)
- Topics: firebase, ionic3
- Language: TypeScript
- Size: 1.22 MB
- Stars: 10
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic-v3-Firebase-Shopping-Cart
Simple demonstration of Ionic V3 Shopping Cart using Firebase Auth and Firebase DB to store users' carts and also Firebase storage to store item images.
Note that this project is still in development.
I used [Ionic v2 Conferance App](https://github.com/driftyco/ionic-conference-app) for template.
## Getting Started
```
$ git clone https://github.com/mg52/Ionic-v3-Firebase-Shopping-Cart
$ cd Ionic-v3-Firebase-Shopping-Cart
$ npm install
$ ionic serve
```