No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    How to do hot reload with firebase emulator?

    Help
    2
    3
    761
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • shiba
      shiba last edited by shiba

      Hi, there.
      I am new to the Quasar framework and like it.
      I’m sorry, if I did something rude to you. because I’m not good at English either.

      I am currently introducing Firebase (firestore, auth, hosting) to the Quasar Project.
      I was able to set the hot reload for functions, but not the hot-reload for hosting.
      I can’t set it because I don’t understand how Quasar works and how front end works.

      Currently, To hot-reload functions, I have the following settings in package.json.

      "scripts": {
          "lint": "eslint --ext .js,.ts,.vue ./",
          "test": "echo \"Error: no test specified\" && exit 1",
          "serve": "tsc --project ./functions && concurrently --kill-others 'firebase serve' 'tsc --project ./functions --watch'"
        },
      

      Can anyone please tell me how to hot-reload hosting?

      Or, please tell me the site where the procedure is listed.

      Thanking you in advance.

      1 Reply Last reply Reply Quote 0
      • S
        suleiman_as last edited by

        quasar’s hot reloading has nothing to do with firebase, use quasar cli command: “quasar dev” or add it to your scripts

        “scripts”: {
        “dev”: “quasar dev”
        },

        and run “npm run dev”

        1 Reply Last reply Reply Quote 0
        • shiba
          shiba last edited by

          suleiman_as

          Oh, I see.
          Thank you.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post