Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 700 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 700 Bytes
firebase
# Firebase auth example

This small projects is a quick reference to firebase authentication API and its basic functionality.

Getting Started

First of all, make sure you've installed Node.

Then install dependencies:

$ yarn

Workflow

Start a local development server:

$ yarn start

Access invoicing under http://localhost:3000/

Format code:

$ yarn format

Commit changes:

$ yarn commmit

Resources

Firebase Auth API