Skip to content

Commit

Permalink
refactor: FCM 인스턴스 명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim0914 committed Jan 22, 2024
1 parent 53ba512 commit 085478e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void initialize() {
.build();

if (FirebaseApp.getApps().isEmpty()) {
FirebaseApp.initializeApp(options, "Pium");
FirebaseApp.initializeApp(options);
}
} catch (FileNotFoundException e) {
log.error("파일을 찾을 수 없습니다. " + e);
Expand Down

0 comments on commit 085478e

Please sign in to comment.