Rajan / lesspod

Lesspod: Serverless CMS (Website + Blog Engine)
GNU General Public License v3.0
87 stars 19 forks source link

Menus don't seem to appear in Firefox browser #65

Closed Rajan closed 6 years ago

Rajan commented 6 years ago
screen shot 2018-06-13 at 11 32 24 am
Rajan commented 6 years ago

It doesn't appear in the chrome either:

vue.esm.js:1741 Error: Function Query.where() requires a valid third argument, but it was undefined.
    at new t (firebase.js:1)
    at validateDefined (firebase.js:1)
    at t.e.where (firebase.js:1)
    at a.initNavbar (Navbar.vue:221)
    at a.beforeMount (Navbar.vue:163)
    at St (vue.esm.js:2921)
    at vue.esm.js:2765
    at a.pn.$mount (vue.esm.js:8540)
    at a.pn.$mount (vue.esm.js:10939)
    at init (vue.esm.js:4137)
Rajan commented 6 years ago

@s-kris Kindly leave it like this.

db
.collection("menus") // we need to get menus by all users  .where("createdBy", "==", user.id)