Blazelink is a Flutter-based social networking application that allows users to create accounts, log in, share posts, and view content shared by others in real time. The app uses Firebase as its backend for authentication, database, and storage services.
- 🔐 User Authentication (Login / Signup)
- 👤 Create and manage user accounts
- 📝 Create and share posts
- 🌍 View posts from other users
- 🔄 Real-time data updates using Firebase
- 📸 (Optional) Image upload support with posts
- 🚪 Secure logout functionality
- Flutter (Dart)
- Firebase Authentication
- Cloud Firestore (Database)
- Firebase Storage (if images are used)
- Material Design UI
- Firebase Authentication → For user login & signup
- Cloud Firestore → For storing users and posts data
- Firebase Storage → For uploading media (if implemented)