Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

40 lines (33 loc) · 1.07 KB

0.1.0

  • Only terraform plan support
  • Deploy backend service
  • Progress bar is now displayed during communication

0.0.1

0.0.1-alpha2

  • Remove frontend
  • Firebase init (Log)
    ❯ echo v14.15.1 >> .node-version
    ❯ yarn create next-app --example with-typescript frontend
    ❯ cd frontend
    ❯ yarn add -D firebase-tools
    ❯ yarn firebase init
    

0.0.1-alpha

  • Create firebase project
  • Enable Google Analytics integration
  • Change to Blaze plan
  • Set budget and alerts
  • Create Firestore database
  • firebase init (Log)
    $ cd frontend
    $ yarn init
    $ yarn add -D firebase-tools
    $ yarn firebase init