Bug Fixes
- fcm:
tokenChanges
now listen for notification permission changes and trip token detection as expected (#2652) (8d3093f)
Features
- database: Added
USE_EMULATOR
DI token (#2652) (8d3093f) - fcm: Added
VAPID_KEY
,SERVICE_WORKER
, andUSE_EMULATOR
DI tokens (#2652) (8d3093f) - fcm:
deleteToken
's token argument is now optional, reflecting Firebase v8 changes (#2652) (8d3093f) - auth: Added
SETTINGS
,TENANT_ID
,LANGUAGE_CODE
,USE_DEVICE_LANGUAGE
,USE_EMULATOR
andPERSISTENCE
DI tokens (#2652) (8d3093f) - functions: Added
USE_EMULATOR
andNEW_ORIGIN_BEHAVIOR
DI token to opt-into the new way of settingORIGIN
(#2652) (8d3093f) - functions:
httpsCallable
function now takes inHttpsCallableOptions
(#2652) (8d3093f) - storage: Added
MAX_UPLOAD_RETRY_TIME
andMAX_OPERATION_RETRY_TIME
DI tokens (#2652) (8d3093f)