@ukpc-lib/react 0.1.26 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ importScripts('https://www.gstatic.com/firebasejs/8.2.0/firebase-messaging.js');
9
9
 
10
10
 
11
11
  // Initialize the Firebase app in the service worker by passing the generated config
12
- // TODO: research for initialize config using .env in each repo instead of hardcode
12
+ // TODO: research for initializing config using .env in each repo instead of hardcode
13
13
  const firebaseConfig = {
14
14
  apiKey: "AIzaSyAJJGPqTxy_bSbW1PFEjHG_Fc9nB0K9e8A",
15
15
  authDomain: "notificationdevukpc.firebaseapp.com",