export function signup (signupData) {
  return {
    [CALL_FIREUSER]: {
      types: [ SIGNUP_REQUEST, SIGNUP_SUCCESS, SIGNUP_FAILURE ],
      method: 'signup',