Hi,
Are you able to give some advice on upgrading the app from iRecord v5 -> v6?
Have got the app code working locally; but there appear some differences and would be really appreciative of any input:
- Noticed the auth has changed, do we need to install a newer Indicia Drupal module on the site? Is this backwards compatible against the old auth mechanism for v5 app?
- Around the change to Bitrise for app bundling and releasing; is there anything of note here to be aware of?
- The new environment variables in the app, where are these defined? i.e. `APP_BACKEND_CLIENT_ID` and `APP_BACKEND_CLIENT_PASS`
Thanks!
Comments
Thanks KarolisCan we install…
Thanks Karolis
Can we install that module alongside the existing module setup for v5?
Yes, you can run Indicia API…
Yes, you can run Indicia API v1 and v2 in parallel but the new module will need a new name then. This should be in the doc I have listed.
Hi Rich,
Yes, the app uses new Drupal authentication from this module and these two environment variables are the client credentials you can get using this module. We typically follow these instructions when setting up a new site.