Skip to content

Commit

Permalink
Merge pull request #103 from Donut-DONationUTile/feature/donation/rec…
Browse files Browse the repository at this point in the history
…eiver

faet: update fcm
  • Loading branch information
Kang1221 authored Nov 26, 2024
2 parents df9ff5e + 31cdec8 commit 9895199
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ public class FirebaseConfig {
public void init() {
try {
FileInputStream serviceAccount =
new FileInputStream(filepath != null ? filepath : "src/main/resources/serviceAccountKey.json");
new FileInputStream(filepath != null ? filepath : "src/main/resources/donut-efc32-firebase-adminsdk-et3f5-19da7f3f00.json");
FirebaseOptions options = new FirebaseOptions.Builder()
.setCredentials(GoogleCredentials.fromStream(serviceAccount))
.build();
@@ -32,7 +32,7 @@ public void init() {
public FirebaseMessaging firebaseMessaging() {
try {
FileInputStream serviceAccount =
new FileInputStream(filepath != null ? filepath : "src/main/resources/serviceAccountKey.json");
new FileInputStream(filepath != null ? filepath : "src/main/resources/donut-efc32-firebase-adminsdk-et3f5-19da7f3f00.json");

FirebaseOptions options = new FirebaseOptions.Builder()
.setCredentials(GoogleCredentials.fromStream(serviceAccount))

0 comments on commit 9895199

Please sign in to comment.