Skip to content

Feature 01 login signup

Jack Blundell requested to merge feature-01-login-signup into master

This merge will see a few key things added:

  • Addition of firebase objects with useful tools in each:
    • "auth" User authentication object.
    • "db" Database object.
    • "storage" Storage (Images, files) object.
  • Navigational system which can be easily adjusted in App.js for all pages
  • Login system, simply enter an email and password belonging to an existing user and be navigated to a new page.

Merge request reports