Skip to content

Commit

Permalink
docs: fcm docs java doc 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim0914 committed May 27, 2024
1 parent 498cb25 commit f9e6874
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
import org.springframework.core.task.TaskExecutor;
import org.springframework.stereotype.Component;

/**
* FCM reference docs URL: https://firebase.google.com/docs/cloud-messaging?hl=ko
*
* @author kim0914
*/
@Slf4j
@Component
public class FcmMessageSender implements MessageSendManager {
Expand Down

0 comments on commit f9e6874

Please sign in to comment.