반응형
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
- spring3
- Next.js
- nodejs
- submit
- config
- Eclipse
- jquery
- PM2
- jenkins
- MariaDB
- git
- node.js
- ajax
- SpringBoot
- javascript
- FCM
- mybatis
- Java
- MSsql
- popup
- pwa
- yona
- NextJS
- docker
- mysql
- Push
- centos7
- security
- rocky9
- Maven
Archives
- Today
- Total
목록Multiple (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