parent
914b1ec5ed
commit
134ee3f59d
@ -9,12 +9,13 @@ export const environment = {
|
|||||||
systemId: 'g6zyv8tj53w28ov7cl',
|
systemId: 'g6zyv8tj53w28ov7cl',
|
||||||
defaultUrl: 'https://fashionlogica.lk.crm4retail.ru',
|
defaultUrl: 'https://fashionlogica.lk.crm4retail.ru',
|
||||||
firebase: {
|
firebase: {
|
||||||
apiKey: "AIzaSyCujHg9GtN8Uxi-JcCN8zggvXlfNQRKc04",
|
apiKey: "AIzaSyCnKvln5itnrBj62POCPHxshAN_Vmd0zds",
|
||||||
authDomain: "push-notification-test2-56dac.firebaseapp.com",
|
authDomain: "fashionlogicanotification.firebaseapp.com",
|
||||||
projectId: "push-notification-test2-56dac",
|
projectId: "fashionlogicanotification",
|
||||||
storageBucket: "push-notification-test2-56dac.appspot.com",
|
storageBucket: "fashionlogicanotification.appspot.com",
|
||||||
messagingSenderId: "1004369687552",
|
messagingSenderId: "99855572145",
|
||||||
appId: "1:1004369687552:web:a6cc20625e05520a37d4e5"
|
appId: "1:99855572145:web:7548c189d61b3bcc92d690",
|
||||||
|
measurementId: "G-RQF97ZK7R1"
|
||||||
},
|
},
|
||||||
version: packageJson.version,
|
version: packageJson.version,
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,12 +9,13 @@ export const environment = {
|
|||||||
systemId: 'g6zyv8tj53w28ov7cl',
|
systemId: 'g6zyv8tj53w28ov7cl',
|
||||||
defaultUrl: 'http://192.168.0.179:4200',
|
defaultUrl: 'http://192.168.0.179:4200',
|
||||||
firebase: {
|
firebase: {
|
||||||
apiKey: "AIzaSyCujHg9GtN8Uxi-JcCN8zggvXlfNQRKc04",
|
apiKey: 'AIzaSyCnKvln5itnrBj62POCPHxshAN_Vmd0zds',
|
||||||
authDomain: "push-notification-test2-56dac.firebaseapp.com",
|
authDomain: 'fashionlogicanotification.firebaseapp.com',
|
||||||
projectId: "push-notification-test2-56dac",
|
projectId: 'fashionlogicanotification',
|
||||||
storageBucket: "push-notification-test2-56dac.appspot.com",
|
storageBucket: 'fashionlogicanotification.appspot.com',
|
||||||
messagingSenderId: "1004369687552",
|
messagingSenderId: '99855572145',
|
||||||
appId: "1:1004369687552:web:a6cc20625e05520a37d4e5"
|
appId: '1:99855572145:web:7548c189d61b3bcc92d690',
|
||||||
|
measurementId: 'G-RQF97ZK7R1',
|
||||||
},
|
},
|
||||||
version: packageJson.version,
|
version: packageJson.version,
|
||||||
};
|
};
|
||||||
|
|||||||
@ -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');
|
importScripts('https://www.gstatic.com/firebasejs/7.4.1/firebase-messaging.js');
|
||||||
|
|
||||||
firebase.initializeApp({
|
firebase.initializeApp({
|
||||||
apiKey: "AIzaSyCujHg9GtN8Uxi-JcCN8zggvXlfNQRKc04",
|
apiKey: "AIzaSyCnKvln5itnrBj62POCPHxshAN_Vmd0zds",
|
||||||
authDomain: "push-notification-test2-56dac.firebaseapp.com",
|
authDomain: "fashionlogicanotification.firebaseapp.com",
|
||||||
projectId: "push-notification-test2-56dac",
|
projectId: "fashionlogicanotification",
|
||||||
storageBucket: "push-notification-test2-56dac.appspot.com",
|
storageBucket: "fashionlogicanotification.appspot.com",
|
||||||
messagingSenderId: "1004369687552",
|
messagingSenderId: "99855572145",
|
||||||
appId: "1:1004369687552:web:a6cc20625e05520a37d4e5"
|
appId: "1:99855572145:web:7548c189d61b3bcc92d690",
|
||||||
|
measurementId: "G-RQF97ZK7R1"
|
||||||
});
|
});
|
||||||
|
|
||||||
const messaging = firebase.messaging();
|
const messaging = firebase.messaging();
|
||||||
@ -56,5 +56,5 @@
|
|||||||
"purpose": "maskable any"
|
"purpose": "maskable any"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"gcm_sender_id": "1004369687552"
|
"gcm_sender_id": "99855572145"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user