Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abritopach/ionic-firebase
- Owner: abritopach
- Created: 2020-01-26T19:09:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:08:43.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T17:08:41.962Z (7 months ago)
- Topics: angular, angular9, capacitor, firebase, firestore, ionic, ionic5, typescript
- Language: TypeScript
- Homepage:
- Size: 2.39 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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)