Simple applicacion for product management.
-
User management (and permissions)
-
Product management
-
Review products
This app uses Firebase (a cloud database)
Firebase organizes the database in collections
and documents
.
In a normal database colections
are tables
and documents
are entries
.
An example of a collection would be:
classroom (collection)
|- `43085435 (document) -- The number represents student id`
|- `name: Jhon Doe`
|- `...`
|- `...`
My app uses 3 collections:
...