I refer to this page of the official doc:
They start telling to import modules into service worker .js
import { initializeApp } from "firebase/app";
import { getMessaging } from "firebase/messaging/sw";
But in a plain .js we cannot use this syntax !