Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- importScripts('https://www.gstatic.com/firebasejs/8.2.3/firebase-app.js');
- importScripts('https://www.gstatic.com/firebasejs/8.2.3/firebase-messaging.js');
- // Your web app's Firebase configuration
- // const firebaseConfig = {
- // apiKey: 'AIzaSyAGeTTepDNj3ex_Prn9znvv0wRWDv0T2hE',
- // authDomain: 'trygb-9dd12.firebaseapp.com',
- // projectId: 'trygb-9dd12',
- // storageBucket: 'trygb-9dd12.appspot.com',
- // messagingSenderId: '801367110806',
- // appId: '1:801367110806:web:e7d9f39deef2bbcecd3eb7',
- // };
- firebase.initializeApp(JSON.parse(process.env.REACT_APP_CONFIG_FIREBASE));
- const messaging = firebase.messaging();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement