YOUTUBE TUTORIALS COVERING IONIC & REACTJS
#reactjs #javascript #overmindjs
User Authentication Pattern In ReactJS Using OvermindJS
Simple authentication flow using overmindjs and reactjs, using ionic framework components for the UI.
Tracking User Authentication State In ReactJS Using OvermindJS
The firebase information is stored in an env.js
file that needs to be added to your project with your specific credentials
export const FIREBASE_CONFIG = {
[ YOUR CREDENTIALS HERE ]
}
- Login/Logout - TAG-LOGIN-LOGOUT
- Create Account - TAG-CREATE-ACCOUNT
- Added Firebase - TAG-ADDED-FIREBASE
- Video https://www.youtube.com/watch?v=7u7AQ3YYteg
- Other Example - https://codesandbox.io/s/ionic-react-overmind-simple-0l8ue?file=/src/overmind/index.js
- Overmindjs - https://overmindjs.org/
- previous video - https://www.youtube.com/watch?v=IFbQ6jlQYWs
- source code - https://github.com/aaronksaunders/user-login-overmind-react