- fix issue with firebase-hooks

- implement custom useAuthState
This commit is contained in:
Amruth Pillai
2020-07-06 19:53:47 +05:30
parent 862ff7cdc1
commit 4e064dba96
11 changed files with 465 additions and 157 deletions

View File

@ -17,6 +17,12 @@ module.exports = {
resolve: `gatsby-plugin-create-client-paths`,
options: { prefixes: [`/app/*`] },
},
{
resolve: `gatsby-plugin-offline`,
options: {
precachePages: [`/`, `/app/*`],
},
},
`gatsby-plugin-lodash`,
`gatsby-plugin-react-helmet`,
{