Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit f0a1398

Browse files
Merge pull request #51 from expo-community/docs
2 parents 2f7c419 + d4a5643 commit f0a1398

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ Is a quicker way to start with Expo + Firebase (using JS SDK) projects. It inclu
1111

1212
- based on Expo SDK `43`
1313
- navigation using `react-navigation` 6.x.x
14-
- Firebase JS SDK
14+
- Firebase JS SDK v9
1515
- Firebase as backend for email auth
1616
- custom and reusable components
1717
- custom hook to toggle password field visibility on a TextInput
18-
- handles different field types in forms
1918
- handles server errors using Formik
2019
- Login, Signup & Password Reset form built using Formik & yup
2120
- show/hide Password Field's visibility 👁
22-
- uses Context API & checks user's auth state
21+
- uses a custom Provider using Context API & Firebase's `onAuthStateChanged` handler to checks user's auth state with
2322
- handles Forgot Password Reset using Firebase email method
2423
- uses [Expo Vector Icons](https://icons.expo.fyi/)
2524
- uses [KeyboardAwareScrollView](https://github.com/APSL/react-native-keyboard-aware-scroll-view) package to handle keyboard appearance and automatically scrolls to focused TextInput
@@ -95,7 +94,7 @@ Main screens:
9594
- Login
9695
- Signup
9796
- Forgot password
98-
- Home (Bare Minimum)
97+
- Home (Bare Minimum) with a logout button
9998

10099
![Login screen with validation](https://i.imgur.com/cydaOYN.png)
101100

0 commit comments

Comments
 (0)