Closed TheOneWhoCodes closed 6 years ago
Signing in does not seem to work without this line of code:
<!-- Container where we'll display the user details -->
<div class="quickstart-user-details-container">
Firebase sign-in status: <span id="quickstart-sign-in-status">Unknown</span>
<div>Firebase auth <code>currentUser</code> object value:</div>
<pre><code id="quickstart-account-details">null</code></pre>
</div>
We should figure out why...
There shall be two types of accounts: a user account for paying customers, and a master account to be used by the Parking Division. The master account shall have privileges that the user account does not, such as giving accurate citations by monitoring overdue or unpaid stalls. The user account shall do basic things like pay for their specific parking spot and manage their account.
Tasks