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

    quasar with firebase realtime db

    Help
    2
    4
    453
    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.
    • A
      anasaw last edited by

      i am using firebase to quasar admin panel
      and every user have roles
      how to store this roles and every change in firebase update the store

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @anasaw last edited by

        @anasaw

        This can help:
        https://github.com/vuejs/vuefire

        A 1 Reply Last reply Reply Quote 0
        • A
          anasaw @dobbel last edited by

          @dobbel
          what this error mean ?

          [Vue warn]: Error in callback for watcher "function () { return this._data.$$state }": "Error: [vuex] do not mutate vuex store state outside mutation handlers."
          
          (found in <Root>)
          
          vue.runtime.esm.js?5593:1888 Error: [vuex] do not mutate vuex store state outside mutation handlers.
          
          dobbel 1 Reply Last reply Reply Quote 0
          • dobbel
            dobbel @anasaw last edited by dobbel

            @anasaw said in quasar with firebase realtime db:

            Error: [vuex] do not mutate vuex store state outside mutation handlers.

            This will explain:

            http://shzhangji.com/blog/2018/04/17/form-handling-in-vuex-strict-mode

            I think the Computed Property method is the best way to go.

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