gold eggs backend
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s
This commit is contained in:
15
resources/firebase-config.js
Normal file
15
resources/firebase-config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
// firebase-config.js
|
||||
// Your web app's Firebase configuration
|
||||
const firebaseConfig = {
|
||||
apiKey: "AIzaSyDl76c_ga0BnWTmHyaE7Gd6vuA7Ix8V5xA",
|
||||
authDomain: "golden-eggs-6a34b.firebaseapp.com",
|
||||
projectId: "golden-eggs-6a34b",
|
||||
storageBucket: "golden-eggs-6a34b.appspot.com",
|
||||
messagingSenderId: "788587369063",
|
||||
appId: "1:788587369063:web:3cfc9030975d2142193ac2",
|
||||
measurementId: "G-E703RMJ2M0"
|
||||
};
|
||||
|
||||
// Initialize Firebase
|
||||
firebase.initializeApp(firebaseConfig);
|
||||
const messaging = firebase.messaging();
|
||||
Reference in New Issue
Block a user