-
Notifications
You must be signed in to change notification settings - Fork 900
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Heartbeat Service] More null service protections added to triggerHea…
…rtBeat (#7789) Users are reporting furhter issues with the heartbeat service returning a null cache on Opera. There's a case in `triggerHeartBeat` which the code assumes that the cache was created properly. Add a check to ensure that the cache exists, and if not, returns immediately.
- Loading branch information
1 parent
a5c1a35
commit e9ff107
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@firebase/app': patch | ||
--- | ||
|
||
More safeguards to ensure that heartbeat objects queried from IndexedDB include a heartbeats field. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters