Skip to content

Instantly share code, notes, and snippets.

View SamMatthewsIsACommonName's full-sized avatar

Sam Matthews SamMatthewsIsACommonName

  • Sinc Limited
  • Auckland New Zealand
View GitHub Profile
/* @flow */
// Types
type ErrorCode = string | number;
type ErrorMessage = string;
// Constants
// 1. Account exists
const accountExistsCodeAndroid: ErrorCode = 'auth/account-exists-with-different-credential';