Firebase is not just a database but a set of tools; it is often called a back-end-as-a-service
(BaaS). Firebase contains a variety of services, as listed here:
• Authentication: User login and identity
• Real-time database: Real-time, cloud-hosted, NoSQL database
• Cloud Firestore: Real-time, cloud-hosted, NoSQL database
• Cloud storage: Massively scalable file storage
• Cloud functions: Serverless, event-driven back-end functions
• Firebase hosting: Global web hosting
• ML Kit: An SDK for common machine learning tasks
Firebase makes it easy for front-end developers to integrate a back end into their application, without creating any API routes and other back-end code.
نظرات کاربران