We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c35c4 commit 15abfa4Copy full SHA for 15abfa4
src/environments/environment.development.ts
@@ -1,11 +1,5 @@
1
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
- },
+ production: false,
+ supabaseUrl: '',
+ supabaseKey: '',
11
};
0 commit comments