Hello,
is there a way to to change the request parameter based on the user login?
So here is what i want oto do:
i have some additional values in my user collection like vin for example. I create a REST service which connects to a parse.com database where filtering by a parameter is possible. Now if a user login into the app the requestparameter vin should be set to the vin code which is in the user collection related to this user. . So something like.
user login
login successful navigate to result page
on page loding invoke REST service with a change parameter to the vin which is in the user table according to the active user.
kr
Mathias