Skip to content

Commit 15abfa4

Browse files
Update environment.development.ts
1 parent 66c35c4 commit 15abfa4

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
export const environment = {
2-
firebase: {
3-
apiKey: "AIzaSyAV55u4H2C0i8n0DUl5Ym_cJYjOl0NwQck",
4-
authDomain: "angularblog-267d7.firebaseapp.com",
5-
projectId: "angularblog-267d7",
6-
storageBucket: "angularblog-267d7.appspot.com",
7-
messagingSenderId: "247576047093",
8-
appId: "1:247576047093:web:e9d17af5c6472c101684bc",
9-
measurementId: "G-QEE6VH1NP0"
10-
},
2+
production: false,
3+
supabaseUrl: '',
4+
supabaseKey: '',
115
};

0 commit comments

Comments
 (0)