Danhhan
Results
1
comments of
Danhhan
I resolved it like this export async function generateToken({ subscribeTopic }: { subscribeTopic: (token: string) => void }) { try { const messaging = await getMessaging() // requesting permission using...