Added delay to app load to ensure firebase connection established.

This commit is contained in:
Patrick Fic
2020-01-24 13:22:22 -08:00
parent 066b900409
commit 5ed1c55458
2 changed files with 8 additions and 6 deletions

View File

@@ -109,7 +109,6 @@ class AppContainer extends Component {
});
try {
// See above for additional options, including other storage providers.
await persistCache({
cache,
storage: window.sessionStorage,