satyajiit / YouthVibe-Attendee-Marker

QR Code Scanner for easy Marking of the Attendees.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouthVibe Attendee Marker - LPU's Open GLobal fest 2020 Attendance Marker

Download from release or Drive :

Drive

GPLv3 license Generic badge

forthebadge forthebadge

forthebadge forthebadge

  • LPU's Global fest YouthVibe Official Attendance Marker

Features & Note :

  • Scan with QR
  • Manual with Hash
  • Google SignIn Auth
  • Auth Allowed for specific users
  • Logs User info to Firestore

Preview Sample of Firebase rules :

    match /keys/{keys} {
    
    allow write: if false;
    allow read: if request.auth.uid == get(/databases/$(database)/documents/keys/rules).data.admin
    
    }
    
     match /authenticated_users/{authenticated_users} {
    
    allow write: if false;
    allow read: if request.auth.uid != null
    
    }

SUPPORT THE WORK & DEV

GitHub stars   GitHub stars   GitHub followers

      


       


      


Code Quality : 6/10

Lots of Hardwork has been made on this project

saythanks GitHub followers
LinkedIN

About

QR Code Scanner for easy Marking of the Attendees.

License:MIT License


Languages

Language:Java 100.0%