Skip to content

Learning how to interface React and Firebase by implementing a simple app that allows the user to add and retrieve messages from Firebase/Firestore.

Notifications You must be signed in to change notification settings

buscaroli/react-firebase-basic-get-post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Firebase-basic-post-get

This is just an exercise done in a rush!

I wanted to check how to use the Firebase service and decided to create an app that can send and receive messages.

After that I decided to try to implement authentication.

At the moment users can signup, login, post a message, delete a message and check the list of their messages.

TO BE CONTINUED (if having enough time)...

  • Implement user update and delete
  • Implement message update and delete
  • I could swap messages for something else
  • Use Firebase's orderBy() function instead of your own pre-render sorting

About

Learning how to interface React and Firebase by implementing a simple app that allows the user to add and retrieve messages from Firebase/Firestore.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published