Guest User

Untitled

a guest
May 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. export const WRONG_PASS = 'auth/wrong-password';
  2. export const USER_DISABLED = 'auth/user-disabled';
  3. export const USER_NOT_FOUND = 'auth/user-not-found';
  4. export const EMAIL_USED = 'auth/email-already-in-use';
  5. export const INVALID_EMAIL = 'auth/invalid-email';
  6. export const WEAK_PASS = 'auth/weak-password';
  7. export const NETWORK_FAIL = 'auth/network-request-failed';
  8. export const ARG_ERROR = 'auth/argument-error';
  9. export const INVALID_ACTION_CODE = 'auth/invalid-action-code';
Add Comment
Please, Sign In to add comment