Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson authored Sep 9, 2016
1 parent ade115c commit 6fc76ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ generateServiceWorker({
}).then(() => { // ...
```
In some cases you may need to whitelist 3rd party services so the Service Worker doesn't intercept them. For instance, to use Firebase Auth, you'll want to add the `navigateFallbackWhitelist: [/^(?!\/__auth)/]` option to your `swConfig`.
In some cases you may need to whitelist 3rd party services so the Service Worker doesn't intercept them. For instance, if you're hosting your app on Firebase, you'll want to add the `navigateFallbackWhitelist: [/^(?!\/__)/]` option to your `swConfig` as Firebase owns the `__` namespace, and intercepting it will cause things like OAuth to fail.
#### addServiceWorker()
Expand Down

0 comments on commit 6fc76ba

Please sign in to comment.