An Android application that integrates Firebase services for functionalities like user authentication and email management.
User Authentication: Sign up and log in using email and password.
Email Management: Compose, send, and receive emails within the app.
Real-time Updates: Utilize Firebase Realtime Database for live data synchronization.
User Profile: Manage user profiles with Firebase Firestore.
Programming Language: Java/Kotlin
Firebase Services:
Authentication
Realtime Database
Firestore
Cloud Functions (if applicable)
git clone https://github.com/Anushka0206/gmail_firebase.git
Open the cloned project in Android Studio.
Create a new project in Firebase Console.
Add an Android app to your Firebase project using your app's package name.
Download the google-services.json file provided by Firebase.
Place the google-services.json file in the app/ directory of your Android project.
In the Firebase Console, enable the necessary services:
Authentication (Email/Password)
Realtime Database
Firestore
Cloud Functions (if used)
In your project's build.gradle files, add the required Firebase SDK dependencies.
Ensure that the Google Services plugin is applied in your project-level build.gradle file.
Build and run the app on an emulator or physical device.