capawesome-team / capacitor-firebase

⚡️ Firebase plugins for Capacitor. Supports Android, iOS and the Web.

Home Page:https://capawesome.io/plugins/firebase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: push notification not working

imPrinceSingh opened this issue · comments

Plugin(s)

  • Analytics
  • App
  • App Check
  • Authentication
  • Crashlytics
  • Cloud Firestore
  • Cloud Messaging
  • Cloud Storage
  • Performance
  • Remote Config

Version

5.6.0

Platform(s)

  • Android
  • iOS
  • Web

Current behavior

I have tried @capacitor/push-notifications and @capacitor-firebase/messaging plugins for push notification with vue3. When I import PushNotification or FirebaseMessaging in a file, console shows error like; 'Failed to fetch dynamically imported module' and 'Couldn't resolve component "default" '. I have also added google-services.json file for firebase.
import { FirebaseMessaging, GetTokenOptions } from "@capacitor-firebase/messaging";
if we are not importing this plugin everything is working fine.

Expected behavior

I want to use PushNotifications or FirebaseMessaging plugin in my project.

Reproduction

https://github.com/Paganiniana/capawesome-bug-reproduction

Steps to reproduce

build project
run on local and test web server
run on an android device

Other information

No response

Capacitor doctor

npm run

Before submitting

  • I have read and followed the bug report guidelines.
  • I have attached links to possibly related issues and discussions.
  • I understand that incomplete issues (e.g. without reproduction) are closed.

I cannot access your reproduction repository. Please make it public.

It looks like there hasn't been a reply in 30 days, so I'm closing this issue.