Download as PDF, PPTX





















![Do It Now
● Firebase CLI
○ firebase init
○ firebase use fir-firebase-2d196
○ firebase deploy
Salud!!! https://fir-firebase-2d196.firebaseapp.com/
# firebase.json
{
"hosting": {
"public": "public",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}](https://image.slidesharecdn.com/databasedatastoragehostingwithfirebase-160601023216/75/Database-data-storage-hosting-with-Firebase-22-2048.jpg)




The document discusses Firebase features for database, data storage, and cloud hosting. It describes Firebase's real-time database, which allows syncing changed data in milliseconds across devices. It also covers Firebase storage, which provides robust, secure, and scalable file storage. Additionally, it mentions Firebase hosting, which allows for fast, secure content delivery and rapid website deployment through features like automatic SSL certificates and one-click rollbacks.
Introduction to Firebase and the presenter, Tu Pham, a Google Developer Expert on Google Cloud and co-founder of a SaaS company.
Key features of Firebase: Analytics, App growth tools, and Development tools including real-time database and storage.
Capabilities of Firebase's real-time database including syncing, offline data persistence, and SDKs for various platforms.
Overview of Firebase Storage being robust, secure, and scalable; including specific security features and API access.
Highlights of Firebase Hosting including secure connection, fast content delivery, rapid deployment, and version management.
Instructions on how to deploy a Firebase project using Firebase CLI, demonstrating practical implementation.
Discussion of Firebase's integration with Google Cloud Platform for backend logic, data management, and content delivery.
Compilation of resources for further learning about Firebase and a session for questions and answers.