Skip to content

Commit

Permalink
Add verification file on FirebaseNotification.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Mar 28, 2024
1 parent af07c33 commit 8f6fc30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ object FirebaseNotification {
private fun init() {
if (isInitialized) return
val file = File(Constant.dataFolder, "firebase.json")
if (!file.exists()) return

FirebaseApp.initializeApp(
FirebaseOptions.builder()
Expand Down

0 comments on commit 8f6fc30

Please sign in to comment.