ridohendrawan / Kompleks

MIT License
1 stars 1 forks source link

Kompleks

An Android mobile application used to manage the visitors of your neighborhood.

Introduction

In Indonesia, there is a common pain point when managing a housing complex or a neighborhood. That pain point is having to write our visitors manually. Kompleks is a mobile application used to take note of your neighborhood's visitors. This application aims to resolve that pain point. When we do this manually, the pain point branches: lost pens/pencils, having to spend extra funds to buy papers/logbooks, having to dedicate a spot to store them, not knowing what our visitor looks like, etcetera.

Architecture

Features

Requirements

Installation

git clone https://github.com/ridohendrawan/Kompleks.git
username: user@kompleks.avanger.com
password: 123456
rules_version = '2';
service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write: if request.auth != null;
    }
  }
}
rules_version = '2';
service firebase.storage {
  match /b/{bucket}/o {
    match /{allPaths=**} {
      allow read, write: if request.auth != null;
    }
  }
}

Contribution

For now, this repository does not accept pull requests. Please contact the main developer, Nicholas Dwiarto if you wish to contribute to the development.

License

MIT License.