Overview
The Notes App is a simple Android application that allows users to create, save, and manage their personal notes. Users can log in to the app using their email ID and password, and their credentials are securely stored on the Firebase cloud platform. The app leverages Firebase Authentication and Firestore to provide a seamless and reliable user experience.
Features
User authentication via email and password Secure storage of user credentials on Firebase Create and save notes Delete notes Pin notes for quick access Sync notes across multiple devices
Technologies Used
Android Studio: The integrated development environment (IDE) for building Android apps. Firebase Authentication: A secure authentication system provided by Firebase to handle user login and registration. Firebase Firestore: A NoSQL cloud database provided by Firebase to store and sync app data.