Skip to content

Commit ad7d366

Browse files
authored
Change Firebase API key in configuration
Updated Firebase API key for the project.
1 parent c83b37a commit ad7d366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/firebase.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'firebase/compat/database';
55
import 'firebase/compat/auth';
66

77
export const config = {
8-
apiKey: "AIzaSyDSTc5VVNNT32jRE4m8qr7hVbI8ahaIsRc",
8+
apiKey: "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",
99
authDomain: "peaceinthemiddleeast.firebaseapp.com",
1010
databaseURL: "https://peaceinthemiddleeast-default-rtdb.firebaseio.com",
1111
projectId: "peaceinthemiddleeast",
@@ -41,4 +41,4 @@ export async function saveFcmToken(requestPermission = false) {
4141
ua: navigator.userAgent || 'unknown'
4242
});
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)