X Tutup
The Wayback Machine - https://web.archive.org/web/20201030163232/https://github.com/devmathiusso/comment-here
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CommentHere Project

An application built with ReactJS, Firebase, and ContextAPI.

Project URL: https://commenthere-app.firebaseapp.com/

Built With

Additional Packages

Versioning

I use Git for versioning.

What I Learned

  • Set up Firebase in realtime and connect/manipulate data into the database without axios
  • Cleaning Firebase connection inside useEffect callback to prevent performance issues into the application
  • Creating and retrieving data from Firebase using firebase.database().ref()
  • Creating user using firebase.auth().createUserWithEmailAndPassword()
  • Log in user using firebase.auth().signInWithEmailAndPassword()
  • Creating a context to authentication using ContextAPI
  • Change user Display Name using the .updateProfile() Firebase function
  • Logout user from application using the .signOut() Firebase function

Authors

  • Victor Mathiusso

About

Project built with ReactJS + Firebase + ContextAPI

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup