Skip to content

Commit 0388ca3

Browse files
committed
chore: removed test firebase configuration
1 parent b3d8368 commit 0388ca3

File tree

3 files changed

+3
-27
lines changed

3 files changed

+3
-27
lines changed

examples/nextjs/lib/firebase/config.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,5 @@
1515
*/
1616

1717
export const firebaseConfig = {
18-
apiKey: "AIzaSyAotbJXqnZxg9aAsULFn8MLwp_twtMUl2k",
19-
authDomain: "ff-test-74aeb.firebaseapp.com",
20-
databaseURL:
21-
"https://ff-test-74aeb-default-rtdb.asia-southeast1.firebasedatabase.app",
22-
projectId: "ff-test-74aeb",
23-
storageBucket: "ff-test-74aeb.appspot.com",
24-
messagingSenderId: "950537677105",
25-
appId: "1:950537677105:web:da72ccc1718279f3cde810",
26-
measurementId: "G-B5Y2YD83TJ",
18+
// your Firebase config here
2719
};

examples/react/lib/firebase/config.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,5 @@
1515
*/
1616

1717
export const firebaseConfig = {
18-
apiKey: "AIzaSyAotbJXqnZxg9aAsULFn8MLwp_twtMUl2k",
19-
authDomain: "ff-test-74aeb.firebaseapp.com",
20-
databaseURL:
21-
"https://ff-test-74aeb-default-rtdb.asia-southeast1.firebasedatabase.app",
22-
projectId: "ff-test-74aeb",
23-
storageBucket: "ff-test-74aeb.appspot.com",
24-
messagingSenderId: "950537677105",
25-
appId: "1:950537677105:web:da72ccc1718279f3cde810",
26-
measurementId: "G-B5Y2YD83TJ",
18+
// your Firebase config here
2719
};

packages/angular/src/app/app.config.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,7 @@ import {
3232
import { initializeUI } from '@firebase-ui/core';
3333

3434
const firebaseConfig = {
35-
apiKey: 'AIzaSyAotbJXqnZxg9aAsULFn8MLwp_twtMUl2k',
36-
authDomain: 'ff-test-74aeb.firebaseapp.com',
37-
databaseURL:
38-
'https://ff-test-74aeb-default-rtdb.asia-southeast1.firebasedatabase.app',
39-
projectId: 'ff-test-74aeb',
40-
storageBucket: 'ff-test-74aeb.appspot.com',
41-
messagingSenderId: '950537677105',
42-
appId: '1:950537677105:web:da72ccc1718279f3cde810',
43-
measurementId: 'G-B5Y2YD83TJ',
35+
// your Firebase config here
4436
};
4537

4638
export const appConfig: ApplicationConfig = {

0 commit comments

Comments
 (0)