Embed presentation
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/85/Database-data-storage-hosting-with-Firebase-22-320.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.





















![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/85/Database-data-storage-hosting-with-Firebase-22-320.jpg)



