Sazzad Ahmed
Results
1
comments of
Sazzad Ahmed
I just needed to pass the token to headers. I managed to achieve this by the following: ```ts // service-worker.ts import { type FirebaseOptions, getApps, initializeApp } from 'firebase/app'; import...