Coder Social home page Coder Social logo

flutter_glassmorphise_firebase's Introduction

teacher_student_firebase

Details

An app which lets teacher create an account and create a list of students

FRONTEND

  1. Login, Signup as a teacher along with email verification links
  2. Create a list of students that can only be modified by the teacher themselves
  3. Secure firestore rules ensure that the teacher is the only one who can read the student list of his account and no one else
  4. Real time updating list of students even when it is edited through CLI or Browser console
  5. Use of provider and firebaseAuth's "onAuthStateChange" to provide persistent login and logout functionality without actually storing anything on the local device.

BACKEND

  1. Well designed collection in firestore where each teacher is a doc and student lists is another collection inside the teacher's doc This ensures that if we have thousands of teacher docs and each of them have thousands of student we are still going to get very fast read and write actions performed on the student list as they reside soley inside the teacher docs instead of being stored in one single table hence shrinks the load by quite a significant amount if compared to storing all student in one single table
  2. Rules of firestore setup in a way that only allows a teacher to be able to edit his/her student list and authenticated users will have the permission to create new docs of teacher

flutter_glassmorphise_firebase's People

Contributors

kukupie123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.