Nickersoft / push-fcm-plugin

Official Firebase Cloud Messaging plugin for Push.js v1.0 :fire:
https://pushjs.org
42 stars 13 forks source link

firebase dependency #9

Open johnjjung opened 6 years ago

johnjjung commented 6 years ago

I think you should add firebase as a dependency

Nickersoft commented 6 years ago

Hey @johnjjung, the ServiceWorker needs Firebase in order to work, and as far as I know you can't import node_modules into a ServiceWorker script.

truekonrads commented 6 years ago

I think @johnjjung is saying that if you install plugin via npm now, it complains it doesn't have the firebase package.