You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2021. It is now read-only.
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.