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" }