Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-8989

Showcase app config

XMLWordPrintable

    • Icon: Documentation Documentation
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • None
    • None

      In https://docs.aerogear.org/aerogear/latest/showcase-apps.html#downloading-the-mobile-services-configuration-file

      we say:

      Move mobile-services.json to the following location in your application project:

      src/mobile-services.json

      I believe this is wrong for ionic-showcase.

      Proposal:
      Copy the contents of `mobile-services.json` to replace the contents of the `config` object of `src/mobile-services.js`, for example:

      let config = {
        "version": 1,
        "namespace": "demo",
        "clientId": "test-mobile-client",
        "services": []
      };
      
      module.exports = config;
      

      NOTE: Ignore the instructions for Ionic in the Mobile Developer Console for this showcase app.

              Unassigned Unassigned
              pwright@redhat.com Paul Wright
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: