rlw87
rlw87
The guide that links to this repo implements this method by pulling the user's token out of a header set by the auth-service-worker. This does seem to work, but the...
If you look in the package.json you'll see there's an extra build-service-worker task in the scripts block. This is called by the build task and is what packages auth-service-worker.js up...
I've just included the firebase config in the service worker itself, rather than having the app pass it the config when it's installed. None of the values should change so...