🧹 Firebase CLI now deletes storage artifacts after Functions deployment When you deploy Cloud Functions, it runs a build process that temporarily creates files in a Cloud Storage bucket in your proje...
Features
- ☎️ Accelerate your app development with 4 new Firebase Extensions We released new Extensions to easily analyze sentiment in comments, to search Firestore content through Algolia, to manage marketing with Mailchimp, and to send messages to your users wherever they are with MessageBird.
- 🧹 Firebase CLI now deletes storage artifacts after Functions deployment When you deploy Cloud Functions, it runs a build process that temporarily creates files in a Cloud Storage bucket in your project. The CLI now cleans up those artifacts once the deploy is completed, meaning you'll no longer see (typically $0.0x) charges from them on your Firebase bill.
- 🕹 Load data from content bundles into Firestore for your C++ game You can assemble data bundles from common query results on the backend using the Firebase Admin SDK, serve these pre-computed blobs cached on a CDN, and now load them in the C++ SDK cache with the new Firestore::LoadBundle method.
🧹 Firebase CLI now deletes storage artifacts after Functions deployment When you deploy Cloud Functions, it runs a build process that temporarily creates files in a Cloud Storage bucket in your project. The CLI now cleans up those artifacts once the deploy is completed, meaning you'll no longer see (typically $0.0x) charges from them on your Firebase bill.