Manual user registration in firebase and restricting pages on the basis of logged-in state
-
Clone the repo by
git clone https://github.com/time2hack/manual-firebase-user.git -
Navigate to it
cd manual-firebase-user -
Install dependencies
npm install -
Start the local server
npm run start -
Open URL Browser
http://localhost:3333
========================
Try starting the server as npm run start -- --port=3000 and launch http://localhost:3000 in browser.