← All releases

November 26, 2021

292.8.6

David EastFirebase at Google

🗄 Download bytes and files in JavaScript from Cloud Storage securely In JavaScript code, you could always get a file from Storage through a download URL, which makes the file readable to everyone wit...

Features

  • 🏛 App Analytics as part of Cloud Design Patterns We shipped a content pack "Faster Time-To-Value with Design Patterns" for Cloud customers to unlock the value of data projects at their organizations. Find out more about that here: video, blog post
  • ⛽️ Understanding aggregated FCM delivery data When you use Firebase Cloud Messaging, understanding message delivery is key to running effective re-engagement campaigns. In this article , a Firebase engineer explains strategies and common patterns when you look at the aggregated delivery data from FCM.
  • 🗄 Download bytes and files in JavaScript from Cloud Storage securely In JavaScript code, you could always get a file from Storage through a download URL, which makes the file readable to everyone with that URL. Since JavaScript SDK version 9.5, you can also get the data with the new getBytes(), getStream() and getBlob() methods, allowing you to control access through security rules.

🗄 Download bytes and files in JavaScript from Cloud Storage securely In JavaScript code, you could always get a file from Storage through a download URL, which makes the file readable to everyone with that URL. Since JavaScript SDK version 9.5, you can also get the data with the new getBytes(), getStream() and getBlob() methods, allowing you to control access through security rules.