From 134ee3f59d6060e104b115a3b650d0463cbec018 Mon Sep 17 00:00:00 2001 From: Kataev Denis Date: Thu, 29 Sep 2022 18:41:33 +0400 Subject: [PATCH] =?UTF-8?q?dev=20#12425=20=D0=9F=D0=BE=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=8F=D0=BB=20=D1=83=D1=87=D0=B5=D1=82=D0=BD=D1=8B=D0=B5=20?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/environments/environment.prod.ts | 13 +++++++------ src/environments/environment.ts | 13 +++++++------ src/firebase-messaging-sw.js | 13 +++++++------ src/manifest.webmanifest | 2 +- 4 files changed, 22 insertions(+), 19 deletions(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 559e3dc..ccfb9dc 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -9,12 +9,13 @@ export const environment = { systemId: 'g6zyv8tj53w28ov7cl', defaultUrl: 'https://fashionlogica.lk.crm4retail.ru', firebase: { - apiKey: "AIzaSyCujHg9GtN8Uxi-JcCN8zggvXlfNQRKc04", - authDomain: "push-notification-test2-56dac.firebaseapp.com", - projectId: "push-notification-test2-56dac", - storageBucket: "push-notification-test2-56dac.appspot.com", - messagingSenderId: "1004369687552", - appId: "1:1004369687552:web:a6cc20625e05520a37d4e5" + apiKey: "AIzaSyCnKvln5itnrBj62POCPHxshAN_Vmd0zds", + authDomain: "fashionlogicanotification.firebaseapp.com", + projectId: "fashionlogicanotification", + storageBucket: "fashionlogicanotification.appspot.com", + messagingSenderId: "99855572145", + appId: "1:99855572145:web:7548c189d61b3bcc92d690", + measurementId: "G-RQF97ZK7R1" }, version: packageJson.version, } diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 25af6dd..7802e04 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -9,12 +9,13 @@ export const environment = { systemId: 'g6zyv8tj53w28ov7cl', defaultUrl: 'http://192.168.0.179:4200', firebase: { - apiKey: "AIzaSyCujHg9GtN8Uxi-JcCN8zggvXlfNQRKc04", - authDomain: "push-notification-test2-56dac.firebaseapp.com", - projectId: "push-notification-test2-56dac", - storageBucket: "push-notification-test2-56dac.appspot.com", - messagingSenderId: "1004369687552", - appId: "1:1004369687552:web:a6cc20625e05520a37d4e5" + apiKey: 'AIzaSyCnKvln5itnrBj62POCPHxshAN_Vmd0zds', + authDomain: 'fashionlogicanotification.firebaseapp.com', + projectId: 'fashionlogicanotification', + storageBucket: 'fashionlogicanotification.appspot.com', + messagingSenderId: '99855572145', + appId: '1:99855572145:web:7548c189d61b3bcc92d690', + measurementId: 'G-RQF97ZK7R1', }, version: packageJson.version, }; diff --git a/src/firebase-messaging-sw.js b/src/firebase-messaging-sw.js index 9427ec6..29cfaf4 100644 --- a/src/firebase-messaging-sw.js +++ b/src/firebase-messaging-sw.js @@ -2,12 +2,13 @@ importScripts('https://www.gstatic.com/firebasejs/7.4.1/firebase-app.js'); importScripts('https://www.gstatic.com/firebasejs/7.4.1/firebase-messaging.js'); firebase.initializeApp({ - apiKey: "AIzaSyCujHg9GtN8Uxi-JcCN8zggvXlfNQRKc04", - authDomain: "push-notification-test2-56dac.firebaseapp.com", - projectId: "push-notification-test2-56dac", - storageBucket: "push-notification-test2-56dac.appspot.com", - messagingSenderId: "1004369687552", - appId: "1:1004369687552:web:a6cc20625e05520a37d4e5" + apiKey: "AIzaSyCnKvln5itnrBj62POCPHxshAN_Vmd0zds", + authDomain: "fashionlogicanotification.firebaseapp.com", + projectId: "fashionlogicanotification", + storageBucket: "fashionlogicanotification.appspot.com", + messagingSenderId: "99855572145", + appId: "1:99855572145:web:7548c189d61b3bcc92d690", + measurementId: "G-RQF97ZK7R1" }); const messaging = firebase.messaging(); \ No newline at end of file diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest index 0e23e2f..651c69c 100644 --- a/src/manifest.webmanifest +++ b/src/manifest.webmanifest @@ -56,5 +56,5 @@ "purpose": "maskable any" } ], - "gcm_sender_id": "1004369687552" + "gcm_sender_id": "99855572145" }