Software Engineering Concepts: A Comprehensive Guide
Classified in Computers
Written on in
English with a size of 7.04 KB
Module 9: Firebase Application
Realtime Database
A cloud-hosted database. Data is stored as JSON and synchronized in real-time to every connected client. Provides easy-to-use services for authentication (email/password, 3rd-party providers like Google/Facebook).
Cloud Firestore
A flexible and scalable database for mobile, web, and development. It offers synchronization, offline support, and ACID transactions.
Cloud Functions
...
Hosting
CSS/JavaScript
Cloud Storage
Provides robust, secure file uploads and downloads for Firebase apps.
Module 10: UML Diagrams
Structural Diagrams
- Class Diagram: Shows class hierarchy, fields/attributes, and relevant methods.
How to Read
- Visibility:
- +: Public
- -: Private
- #: Protected (accessed only by child classes)
- Relationships: