Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. scuba-steve
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    Posts made by scuba-steve

    • RE: on firebase init got - Firebase: Firebase App named '[DEFAULT]' already exists (app/duplicate-app).

      with SSRs the firebase app continues to run, thus leading to the error above. This should resolve your problem:

      if (!firebase.apps.length) { firebase.initializeApp(firebaseConfig); }

      https://github.com/vercel/next.js/issues/1999

      posted in Help
      S
      scuba-steve