“master” branch
“develop” branch
If I click sign-up and enter email and password, the system sends verification email to the address.


At this stage, the user doc is created in “users” with email_verified: false.

Receive the following email

Click the verify email address button, then new browser tab opens and shows below.

Click continue

Click Get started

It redirects to http://localhost:3000/howToBook. The page show the following.

Click Continue button, it directs to dashboard at http://localhost:3000/dashboard


Still email_verified: false

You can view the functions logs that is a result from console.log in the code within the Google Console at https://console.cloud.google.com/functions/details/us-central1/app?env=gen1&project=seans-legacy&tab=logs
