반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- git
- config
- Next.js
- MariaDB
- javascript
- popup
- pwa
- node.js
- jenkins
- Eclipse
- SpringBoot
- spring3
- rocky9
- mybatis
- Maven
- NextJS
- docker
- Java
- mysql
- submit
- nodejs
- Push
- ajax
- FCM
- centos7
- jquery
- security
- PM2
- yona
- MSsql
Archives
- Today
- Total
목록firebase admin sdk (1)
ふたりで
initialize multiple firebase adminSDK in SpringBoot
여러앱에 알림 메시지 전송을 중앙 집중형으로 관리할 때 참고. 1. firebase admin SDK 초기화 로직. /** * @param appName * @param credentialsPath */ private void initializeFirebaseApp(String appName, String credentialsPath) { try { // 자격 증명 파일을 읽어옵니다. FirebaseOptions options = FirebaseOptions.builder() .setCredentials(GoogleCredentials.fromStream(new ClassPathResou..
카테고리 없음
2024. 12. 11. 10:40