Skip to content

Example Application that showcases Ionic 6, Firebase 9, and AngularFire 7

Notifications You must be signed in to change notification settings

agroteew/party-planner

 
 

Repository files navigation

Party Planner Example

Example party planner app built with:

  • Ionic Framework v6
  • Firebase v9
  • AngularFire v7

You can test it adding your own Firebase Credentials.

Firebase Initialization

You can see how to initialize Firebase Inside the src/app/app.module.ts.

Firebase Authentication

For authentication, most of the code relevant to Firebase Auth is inside src/app/authentication/authentication.service.ts, but you can still see everything including the UI in the authentication module src/app/authentication.

One of the authentication functions, onAuthStateChanged() is shown inside src/app/authentication/authentication.guard.ts.

Firestore Usage

All of the Firestore functions are extracted into one service the app uses to talk to Firebase, you can find everything inside src/app/party/party.service.ts

About

Example Application that showcases Ionic 6, Firebase 9, and AngularFire 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.7%
  • HTML 14.7%
  • SCSS 10.0%
  • JavaScript 5.6%