Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codediodeio/ionic4-master-course

Source Code for the Ionic 4 Master Course
https://github.com/codediodeio/ionic4-master-course

Last synced: 19 days ago
JSON representation

Source Code for the Ionic 4 Master Course

Awesome Lists containing this project

README

        

# Ionic4 + Firebase Master Course

- [Enroll in the Course](https://fireship.io/courses/ionic)
- [Try the Live Demo](https://ionic4-fire.web.app/).

Build a complete cross-platform app for the web, iOS, and Android using Ionic v4 (Angular) & Firebase.

## Features

- Ionic v4 + Angular Fundamentals
- App Intro Slider
- Routing & Navigation
- User Authentication
- Firestore Realtime CRUD
- Firebase Cloud Messaging (Push Notifications)
- Cloud Functions with NodeJS
- Native Packaging and Deployment

## Install

```
npm i ionic -g
npm i firebase -g

git clone my-project
cd my-project

npm install
ionic s
```