Skip to content

Commit

Permalink
[IDLE-000] firebaseApp 초기화 임시 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Oct 21, 2024
1 parent fb39a4f commit 5ca532d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package com.swm.idle.infrastructure.fcm.common.config
import com.google.auth.oauth2.GoogleCredentials
import com.google.firebase.FirebaseApp
import com.google.firebase.FirebaseOptions
import jakarta.annotation.PostConstruct
import org.springframework.beans.factory.annotation.Value
import org.springframework.context.annotation.Configuration
import org.springframework.core.io.ClassPathResource
Expand All @@ -14,7 +13,6 @@ class FirebaseConfig(
var firebaseConfigJsonPath: String,
) {

@PostConstruct
fun initializeFirebaseApp() {
val googleCredentials =
GoogleCredentials.fromStream(ClassPathResource(firebaseConfigJsonPath).inputStream)
Expand Down

0 comments on commit 5ca532d

Please sign in to comment.