diff --git a/docs/auth/usage/index.md b/docs/auth/usage/index.md index ff815f1e..722483cc 100644 --- a/docs/auth/usage/index.md +++ b/docs/auth/usage/index.md @@ -147,7 +147,7 @@ then signing them in. import auth from '@react-native-firebase/auth'; auth() - .createUserWithEmailAndPassword('sarah.lane@gmail.com', 'SuperSecretPassword!') + .createUserWithEmailAndPassword('jane.doe@example.com', 'SuperSecretPassword!') .then(() => { console.log('User account created & signed in!'); })