adpth / Note-App

This project basically helps you to Quickly capture what’s on your mind and get a reminder later at the right place or time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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" } }

About

This project basically helps you to Quickly capture what’s on your mind and get a reminder later at the right place or time


Languages

Language:Java 100.0%