Closed
Description
navigator
is available in both browser and sw context, so it can't be used to determine the environment. See https://github.com/firebase/firebase-js-sdk/blob/master/packages-exp/messaging-compat/src/registerMessagingCompat.ts#L37
We can use self && 'ServiceWorkerGlobalScope' in self
which is currently used in v8.