Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abritopach/ionic-firebase

Sample project that shows a fullstack application where we will be building an events manager application in Ionic that uses Firebase.
https://github.com/abritopach/ionic-firebase

angular angular9 capacitor firebase firestore ionic ionic5 typescript

Last synced: 24 days ago
JSON representation

Sample project that shows a fullstack application where we will be building an events manager application in Ionic that uses Firebase.

Awesome Lists containing this project

README

        

# IonicFirebse

Sample project that shows a fullstack application where we will be building an events manager application in Ionic that uses Firebase.

This project is an example created by [Jorge Vergara](https://javebratt.com/) that have been modified by me. This project has been developed to practice my skills with the tech stack shown above.

Technologies: Angular, Ionic, Firebase, Capacitor, TypeScript.

This project shows you how to:

* Use Firebase & Firestore.
* Angular Route Guards.
* Interacting with a User Profile.
* Working with Collections.
* Working with Transactions.
* Camera API & Firebase Storage.
* CRUD events.
* Added guest to event.

## Running

Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.

* Test in localhost:

To run it, cd into `ionic-firebase` and run:

```bash
npm install
ionic serve
```

## Requirements

* [Node.js](http://nodejs.org/)
* [Ionic](https://ionicframework.com/getting-started#cli)