While trying to fetch the FCM messages in node.js using firebase module, following error \"TypeError: firebase.messaging is not a function\" is occurring.
v
You must included import '@firebase/messaging' for it to work. So it's supposed to look like this:
import '@firebase/messaging'
import * as firebase from 'firebase/app'; import '@firebase/messaging';