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
    1. Home
    2. jrhopkins83
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 15
    • Best 2
    • Groups 0

    Topics created by jrhopkins83

    • J

      Firebase Dynamic Links with Capacitor
      Help • • jrhopkins83

      2
      0
      Votes
      2
      Posts
      24
      Views

      J

      I was able to get cordova-plugin-firebase-dynamiclinks working on Android but on iOS getting the error message:
      [Firebase/Analytics][I-ACS023000] Deep Link Web URL query is empty.

      I’ve found multiple stack overflow and GitHub issues with the same error but no-one seems to have solved it with this plugin.

    • J

      How to tell Quasar to use Firebase emulator in dev mode
      Help • • jrhopkins83

      4
      0
      Votes
      4
      Posts
      118
      Views

      J

      I haven’t tried tedchwang’s approach but I did finally get it to work. Here’s the code from boot/firebase.js:
      // Use emulators
      if (window.location.hostname === ‘localhost’) {
      firebaseStore.settings({
      host: ‘localhost:8080’,
      ssl: false,
      ignoreUndefinedProperties: true
      })
      firebaseFunctions.useFunctionsEmulator(‘http://localhost:5001’)
      firebaseAuth.useEmulator(‘http://localhost:9099’)
      }

      In Quasar.config.js I set the dev server port to 8000 so it doesn’t conflict with the firebase emulators.

    • J

      Unable to find node_modules/@capacitor/android/capacitor
      CLI • • jrhopkins83

      3
      1
      Votes
      3
      Posts
      499
      Views

      metalsadman

      @jrhopkins83 maybe file a bug report as well, although the specific way as you did, is the normal way to add platform per capacitor guide.

    • J

      How to set fixed column widths in Q-Table
      Help • • jrhopkins83

      5
      0
      Votes
      5
      Posts
      340
      Views

      Q

      @metalsadman Thanks! Once again, careful reading of the docs can save a lot of time.