Skip to content

Commit ec6d09f

Browse files
authored
Incorrect reference to FirebaseAuth example (#117)
1 parent 18862d2 commit ec6d09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ class SignInScreen extends React.Component {
8484
}
8585
```
8686

87-
### Using `FirebaseAuth` with local state.
87+
### Using `StyledFirebaseAuth` with local state.
8888

89-
Below is an example on how to use `FirebaseAuth` with a state change upon sign-in:
89+
Below is an example on how to use `StyledFirebaseAuth` with a state change upon sign-in:
9090

9191
```js
9292
// Import FirebaseAuth and firebase.

0 commit comments

Comments
 (0)