Right now we throw an exception if the user_id field is omitted: https://github.com/driftyco/ionic-service-core/blob/38cedb39efdf925af24023da394efebe08cbca56/ionic-core.js#L403 We would be a better citizen by just logging an error to the console instead of throwing an exception.
Right now we throw an exception if the user_id field is omitted:
https://github.com/driftyco/ionic-service-core/blob/38cedb39efdf925af24023da394efebe08cbca56/ionic-core.js#L403
We would be a better citizen by just logging an error to the console instead of throwing an exception.