Skip to content

Commit

Permalink
env published
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadawaisshaikh committed Feb 20, 2022
1 parent 2b0f07a commit fc19e81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
export const environment = {
production: true,
firebase: {
// your firebase object
apiKey: "AIzaSyCF4KZe9hnb0JNC_CFAUKAerBclR9cI8m0",
authDomain: "car-wash-app-742f4.firebaseapp.com",
projectId: "car-wash-app-742f4",
storageBucket: "car-wash-app-742f4.appspot.com",
messagingSenderId: "232770482026",
appId: "1:232770482026:web:11486304c46fe84d9cff13",
measurementId: "G-48Q2SZL933"
}
};
8 changes: 7 additions & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
export const environment = {
production: false,
firebase: {
// your firebase object
apiKey: "AIzaSyCF4KZe9hnb0JNC_CFAUKAerBclR9cI8m0",
authDomain: "car-wash-app-742f4.firebaseapp.com",
projectId: "car-wash-app-742f4",
storageBucket: "car-wash-app-742f4.appspot.com",
messagingSenderId: "232770482026",
appId: "1:232770482026:web:11486304c46fe84d9cff13",
measurementId: "G-48Q2SZL933"
}
};

Expand Down

0 comments on commit fc19e81

Please sign in to comment.