Skip to content

Instantly share code, notes, and snippets.

@samcorcos
Created May 14, 2019 17:17
Show Gist options
  • Save samcorcos/96b58880a25c2e7a845d56c9a09a6817 to your computer and use it in GitHub Desktop.
Save samcorcos/96b58880a25c2e7a845d56c9a09a6817 to your computer and use it in GitHub Desktop.
...
import AuthBindings from '../components/AuthBindings
...
<>
<AuthBindings firebase={firebase} store={store} />
<Component store={store} {...pageProps} />
</>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment