Skip to content

beatgubler/angular-base-app

Repository files navigation

angular-base-app

Description

Angular Base Application with Firebase authentication and database. This project is meant to give beginning developers a head-start in developing their own web application.

Feel free to leave your suggestions, problems, safety concerns or questions in the respected section here on Github.

Features:

  • responsive design (mobile first)
  • local and Google authentication
  • persistent login

angular-base-app [Preview]

Installation

Configuration

Firebase Console

service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write: if
          true
    }
  }
}
  • Create Authentication method: Email/Password + Google
  • Add App and copy the firebaseConfig

Application

  • replace the firebaseConfig with your own config from the Firebase Console

Notable external dependencies

Known issues/concerns

  • firebase security rules are not restrictive enough
  • angularfire's modular API should be used

About

Angular Base Application with Firebase authentication and database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published