1234567891011121314151617181920212223 |
- export const SIGN_IN_URL = 'https://project-test-32e60.firebaseio.com/signIn.json';
- export const SIGN_IN_REQUEST = 'SIGN_IN_REQUEST';
- export const SIGN_IN_REQUEST_SUCCESS = 'SIGN_IN_REQUEST_SUCCESS';
- export const SIGN_IN_REQUEST_FAILURE = 'SIGN_IN_REQUEST_FAILURE';
- export const SIGN_UP_URL = 'https://project-test-32e60.firebaseio.com/signUp.json';
- export const SIGN_UP_REQUEST = 'SIGN_UP_REQUEST';
- export const SIGN_UP_REQUEST_SUCCESS = 'SIGN_UP_REQUEST_SUCCESS';
- export const SIGN_UP_REQUEST_FAILURE = 'SIGN_UP_REQUEST_FAILURE';
- export const USER_IS_SIGNED_IN = 'USER_IS_SIGNED_IN';
- export const USER_IS_NOT_SIGNED_IN = 'USER_IS_NOT_SIGNED_IN';
- export const SIGN_OUT = 'SIGN_OUT';
- <<<<<<< HEAD
- =======
- export const USERS_GET_REQUEST = 'USERS_GET_REQUEST';
- export const USERS_GET_REQUEST_SUCCESS = 'USERS_GET_REQUEST_SUCCESS';
- export const USERS_GET_REQUEST_SUCCESS_FAILURE = 'USERS_GET_REQUEST_FAILURE';
- export const TOKEN_AUTH = 'TOKEN_AUTH';
- >>>>>>> 86c9135... merged Sveta -> signIn/Up changes, getting user prototype
|