Skip to content

Commit

Permalink
chore: error message
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Sep 1, 2024
1 parent cd647db commit b6bcb9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/signIn/GoogleSignin.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import type {
} from '../types';
import { statusCodes } from '../errors/errorCodes.web';
const errorMessage =
'RNGoogleSignIn: you are calling a not-implemented method on web platform.';
'RNGoogleSignIn: you are calling a not-implemented method on web platform. Web support is only available to sponsors.' +
'If you are a sponsor, please follow the installation instructions carefully.';

const logNotImplementedError = () => {
console.warn(errorMessage);
};
Expand Down

0 comments on commit b6bcb9a

Please sign in to comment.