Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.22 KB

File metadata and controls

27 lines (23 loc) · 1.22 KB

StickyNotes-With-Firebase

A real-time shared sticky notes application built using Firebase.

Includes:

  1. Setting up Email/Password Login using Firebase
  2. Adding profile data for each user
  3. Saving Data to Firebase
  4. Retrieving Data from Firebase
  5. Deleting Data from Firebase

Watch it in action:

https://youtu.be/wn6p5OA2puc

Playground

http://stackhive.com/site550a604302765/FirebaseDemo/homepage.html.
Register 2 users and use 2 browsers to see the real-time app in action.

Blog Post

http://blog.stackhive.com/post/114386894969/login-sign-up-and-a-real-time-app-using-firebase
Firebase is an amazing library that enables you to create real-time applications without worrying about the back-end coding. You can easily extend it to build a real-time chat or your own Task List management like Trello!
This application was built directly from the browser using StackHive :)