🔐 Auto-expiring security rules for Cloud Storage for Firebase When you create a new Cloud Storage bucket in a Firebase project, the default security rules for test mode now only grant access to untru...
Features
- 🔐 Auto-expiring security rules for Cloud Storage for Firebase When you create a new Cloud Storage bucket in a Firebase project, the default security rules for test mode now only grant access to untrusted clients for a month. This is the same policy we already had in place for Firestore and Realtime Database security rules, and should reduce the number of files that are accidentally left unprotected.
- 👷 Improved auth persistence in web workers Version 9.6.2 of our JavaScript SDK for Authentication fixes an issue in the compatibility layer of our v9 JavaScript client. With this fix the client now persists your users' auth credentials when you signed them in via a web worker script.
- 💙 New translations for FirebaseUI for Flutter The latest release of the FlutterFire libraries adds Spanish, French, and Arabic resource strings to the Authentication UI widgets. There are also many other fixes in this FlutterFire release, so be sure to upgrade.
🔐 Auto-expiring security rules for Cloud Storage for Firebase When you create a new Cloud Storage bucket in a Firebase project, the default security rules for test mode now only grant access to untrusted clients for a month. This is the same policy we already had in place for Firestore and Realtime Database security rules, and should reduce the number of files that are accidentally left unprotected.