Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 545 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 545 Bytes

Note-App

Frame 77

Features

  • Firebase Intergrated App

  • Add Note, Edit Note and Delete Note

  • User data management

  • Check Note is added or not display "Empty" animation

  • Search Functionality

How to Connect ?

  • Connect your project to firebase
  • Add SHA certificate fingerprints into your firebase

Realtime DataBase rules :

{ "rules" : { ".read" : "auth!=null", ".write" : "auth!=null" } }