Skip to content

bryanstrader/firebase-react-user-profile

Repository files navigation

This project was bootstrapped with Create React App.

Purpose

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.

Stack

Setup

  1. This app requires a firebase backend, you can sign up for a free account at firebase.com
  2. 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: ''
};
  1. If you have any questions about this repository please don't hesitate to reach out

Authors

About

Firebase & React powered user registration system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published