firebase@11.2.0
📦 firebase-authView on GitHub →
✨ 4 features🐛 1 fixes🔧 6 symbols
Summary
This release introduces support for custom signal targeting in Remote Config and updates several internal dependencies, including replacing a custom UUID function with crypto.randomUUID in App Check.
✨ New Features
- Added support for custom signal targeting in Remote Config. Use `setCustomSignals` API for setting custom signals and use them to build custom targeting conditions in Remote Config.
- In @firebase/data-connect@0.2.0, updated to include promise instead of promiselike.
- In firebase@11.2.0, updated to include promise instead of promiselike.
- In @firebase/app-check@0.8.11, fixed an issue by generating UUIDs with `crypto.randomUUID()` instead of a custom uuidv4 function that used `Math.random()`.
🐛 Bug Fixes
- Fixed an issue in @firebase/app-check@0.8.11 where UUIDs were generated using `Math.random()`; now using `crypto.randomUUID()`.
🔧 Affected Symbols
@firebase/data-connect@firebase/remote-config@firebase/remote-config-typessetCustomSignals@firebase/app-checkcrypto.randomUUID