Tag: firebase

  • Google Firebase Free Static Hosting

    Google Firebase Free Static Hosting

    Google Firebase

    To install firebase cli, run

    npm install -g firebase-tools
    

    To login, run

    firebase login --no-localhost
    

    Static File Hosting

    Google Firebase allow statif file hosting for your web sites.

    To create a static hosting project, run

    firebase init
    

    To deplay files to hosting, run

    firebase deploy