You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lighthouse 6.4.0 on Chrome 87 warns that the firebase SDK registers an unload event listener and it can prevent browser optimizations like the Back-Forward Cache.
Steps to reproduce:
Enable the firestore local persistance.
Relevant Code:
importfirebasefrom'firebase/app';import'firebase/firestore';firebase.firestore();firebase.firestore().enablePersistence({synchronizeTabs: true});// Happens with `synchronizeTabs: false` too.
The text was updated successfully, but these errors were encountered:
Thanks for the report! I believe this is something we should address, I can provide an update after the holidays, in the meantime, I'll keep the issue open.
Describe your environment
Describe the problem
Lighthouse 6.4.0 on Chrome 87 warns that the firebase SDK registers an
unload
event listener and it can prevent browser optimizations like the Back-Forward Cache.Steps to reproduce:
Enable the firestore local persistance.
Relevant Code:
The text was updated successfully, but these errors were encountered: