Welcome to the ToDo App! This Kotlin-based Android application helps us to create ToDo's. This app leverages Firebase for authentication, real-time database, and utilizes Navigation Components for seamless navigation between different screens.
- User authentication with Firebase Auth.
- Real-time synchronization of ToDo tasks using Firebase Realtime Database.
- Intuitive user interface for managing ToDo tasks.
- Navigation components for smooth app navigation.
- Swipe left on a todo to trigger the delete action.
- Swipe right on a todo to initiate the edit action.