Skip to content

Commit 72d03d3

Browse files
authored
chore(auth): fix typo in Expo plugin error message (#8478)
1 parent 74efc84 commit 72d03d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/plugin/src/ios/urlTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function getReversedClientId(googleServiceFilePath: string): string {
2626
return REVERSED_CLIENT_ID;
2727
} catch {
2828
throw new Error(
29-
'[@react-native-firebase/auth] Failed to parse your GoogleService-Info.plist. Are you sure it is a valid Info.Plist file with a REVERSE_CLIENT_ID field?',
29+
'[@react-native-firebase/auth] Failed to parse your GoogleService-Info.plist. Are you sure it is a valid Info.Plist file with a REVERSED_CLIENT_ID field?',
3030
);
3131
}
3232
}

0 commit comments

Comments
 (0)