This mobile app provides users with the latest cybersecurity news using the News API. Additionally, it includes a secure authentication system using Firebase for user registration and login.
-
Cybersecurity News: Get real-time cybersecurity news from various sources through the News API.
-
User Authentication: Securely register and log in using Firebase Authentication.
- Android Studio
- Java
- Firebase project with Authentication enabled
- News API key from https://newsapi.org/
-
Clone the repository:
git clone https://github.com/Wh02m1/Cyber-Security-News-Mobile-App.git
-
Link Firebase to the project
-
Get Api key from https://newsapi.org/ and add it to the this Line in the main_activity.java
NewsApiClient newsApiClient = new NewsApiClient("API_KEY_HERE");