Skip to content

Commit

Permalink
Merge pull request #2 from Kakar21/backup-branch
Browse files Browse the repository at this point in the history
replace last commit because of api key
  • Loading branch information
Kakar21 authored Sep 19, 2024
2 parents 2e66883 + f9010fa commit 22ff0ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# Ignore environment files
/src/environments/environment.ts
/src/environments/environment.prod.ts

# Compiled output
/dist
/tmp
Expand Down
11 changes: 2 additions & 9 deletions src/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,9 @@ import { getAuth, provideAuth } from "@angular/fire/auth";
import { getFirestore, provideFirestore } from "@angular/fire/firestore";
import { getDatabase, provideDatabase } from "@angular/fire/database";
import { getStorage, provideStorage } from "@angular/fire/storage";
import { environment } from '../environments/environment';

export const firebaseConfig = {
apiKey: "AIzaSyB5LI6OKON58XLPG2G-N6dWAR9ROcDkq8Q",
authDomain: "dabubble-aaa9e.firebaseapp.com",
databaseURL: "https://dabubble-aaa9e-default-rtdb.europe-west1.firebasedatabase.app",
projectId: "dabubble-aaa9e",
storageBucket: "dabubble-aaa9e.appspot.com",
messagingSenderId: "564819078942",
appId: "1:564819078942:web:4c389300cb1264f959e30f"
};
export const firebaseConfig = environment.firebaseConfig

export const appConfig: ApplicationConfig = {
providers: [
Expand Down

0 comments on commit 22ff0ad

Please sign in to comment.