You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ Sample project motivated by [video by David East](https://www.youtube.com/watch?
5
5
-**You should know that [Reactfire](https://github.com/FirebaseExtended/reactfire) is not considered "Production"**
6
6
- This project has been tested for use on mobile devices using [Capacitor](https://capacitorjs.com/) on IOS and Android
7
7
- In this project I use [Reactfire](https://github.com/FirebaseExtended/reactfire), [Ionic Framework ReactJS Components](https://ionicframework.com/react) and [React-Hook-Form](https://react-hook-form.com/).
8
-
- Currently there is only Login and List Data Collection, will be adding create user, add items and delete items
8
+
- Currently there is only [Login](https://github.com/aaronksaunders/ionic-react-hook-form-react-fire/blob/master/src/pages/Login.tsx) and [Listing The Data Collection](https://github.com/aaronksaunders/ionic-react-hook-form-react-fire/blob/master/src/pages/Home.tsx)
9
+
- Will be adding create user, add items and delete items
9
10
10
11
### Required
11
12
you must create a file called `src/env.js` and add the following code
0 commit comments