mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 17:42:24 +08:00
docs: use the example.com domain (#3979)
* use the example.com domain instead of gmail. I don't know if sarah.lane wants here email on your docs, but we could change that to a more doc friendly user. if you go over to example.com they even add this on their website This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission. * fix typo * update email to lower case Co-authored-by: Elliot Hesp <elliot.hesp@gmail.com>
This commit is contained in:
@@ -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!');
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user