@@ -112,7 +112,7 @@ const ERRORS: ErrorMap<AuthErrorCode> = {
112
112
'This operation is restricted to administrators only.' ,
113
113
[ AuthErrorCode . ARGUMENT_ERROR ] : '' ,
114
114
[ AuthErrorCode . APP_NOT_AUTHORIZED ] :
115
- ' This app, identified by the domain where it\ 's hosted, is not ' +
115
+ " This app, identified by the domain where it's hosted, is not " +
116
116
'authorized to use Firebase Authentication with the provided API key. ' +
117
117
'Review your key configuration in the Google API console.' ,
118
118
[ AuthErrorCode . APP_NOT_INSTALLED ] :
@@ -150,8 +150,8 @@ const ERRORS: ErrorMap<AuthErrorCode> = {
150
150
[ AuthErrorCode . INVALID_APP_ID ] :
151
151
'The mobile app identifier is not registed for the current project.' ,
152
152
[ AuthErrorCode . INVALID_AUTH ] :
153
- ' This user\ 's credential isn\ 't valid for this project. This can happen ' +
154
- ' if the user\ 's token has been tampered with, or if the user isn\ 't for ' +
153
+ " This user's credential isn't valid for this project. This can happen " +
154
+ " if the user's token has been tampered with, or if the user isn't for " +
155
155
'the project associated with this API key.' ,
156
156
[ AuthErrorCode . INVALID_AUTH_EVENT ] : 'An internal AuthError has occurred.' ,
157
157
[ AuthErrorCode . INVALID_CODE ] :
@@ -265,7 +265,7 @@ const ERRORS: ErrorMap<AuthErrorCode> = {
265
265
[ AuthErrorCode . PROVIDER_ALREADY_LINKED ] :
266
266
'User can only be linked to one identity for the given provider.' ,
267
267
[ AuthErrorCode . QUOTA_EXCEEDED ] :
268
- ' The project\ 's quota for this operation has been exceeded.' ,
268
+ " The project's quota for this operation has been exceeded." ,
269
269
[ AuthErrorCode . REDIRECT_CANCELLED_BY_USER ] :
270
270
'The redirect operation has been cancelled by the user before finalizing.' ,
271
271
[ AuthErrorCode . REDIRECT_OPERATION_PENDING ] :
0 commit comments