Nickersoft / push-fcm-plugin

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

appId localConfig #20

Open mathiouchio opened 4 years ago

mathiouchio commented 4 years ago

Latest firebase requires appId to be passed in the config.

var config = { appId: "", apiKey: "", authDomain: "", databaseURL: "", projectId: "", storageBucket: "", messagingSenderId: "" };

diogoweb2 commented 4 years ago

+1