https://github.com/mg52/ionic-v2-firebase
https://github.com/mg52/ionic-v2-firebase
firebase ionic ionic-framework ionic2 ionic3
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mg52/ionic-v2-firebase
- Owner: mg52
- License: apache-2.0
- Created: 2017-03-30T12:55:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T11:25:57.000Z (over 8 years ago)
- Last Synced: 2025-05-08T01:17:05.539Z (9 months ago)
- Topics: firebase, ionic, ionic-framework, ionic2, ionic3
- Language: TypeScript
- Size: 5.66 MB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic 2 Demo with Firebase Auth and Database Usage
This is a sample of Ionic v2 and Firebase Auth and DB Connection.
You can signup and login to the system then you can add your notes like to-do app.
Firebase Auth System is used for Signup and Login.
Firebase DB is used for adding notes.
I have used [Ionic v2 Conferance App](https://github.com/driftyco/ionic-conference-app) for template.
Other than Firebase, I have used Google Maps API for a simple Google Maps Demo from Conferance App.
## Getting Started
Firstly, update myFirebaseConfig in app.module.ts for your own settings.
```
$ git clone https://github.com/mg52/Ionic-v2-Firebase
$ cd Ionic-v2-Firebase
$ npm install
$ ionic serve
```