This project was bootstrapped with Create React App.
firebase-react-user-profile is a sample application created to illustrate some basic concepts working with react and firebase.
App includes user registration, login, and basic user profile with editable attributes and user image.
- ReactJS - The client web framework used
- Redux - State Management
- Redux-saga - Used to handle side effects
- Firebase - Backend
- This app requires a firebase backend, you can sign up for a free account at firebase.com
- Configuration file for backend resides in /src/config (example below)
/* Get these settings from your firebase account */
export const DB_CONFIG = {
apiKey: '',
authDomain: '',
databaseURL: '',
projectId: '',
storageBucket: '',
messagingSenderId: ''
};
export const SERVER = {
url: ''
};
- If you have any questions about this repository please don't hesitate to reach out
- Bryan Strader - full stack - (https://github.com/bryanstrader)
- [email protected]