반응형
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
- SpringBoot
- security
- mysql
- Next.js
- jenkins
- ajax
- spring3
- MSsql
- Push
- Eclipse
- FCM
- config
- jquery
- Java
- MariaDB
- PM2
- NextJS
- node.js
- pwa
- centos7
- mybatis
- javascript
- git
- nodejs
- docker
- popup
- rocky9
- Maven
- submit
- yona
Archives
- Today
- Total
목록Multiple (1)
ふたりで
initialize multiple firebase adminSDK in SpringBoot
여러앱에 알림 메시지 전송을 중앙 집중형으로 관리할 때 참고.1. firebase admin SDK Maven 설정. com.google.firebase firebase-admin 9.4.2 2. firebase admin SDK 초기화 로직. /** * @param appName * @param credentialsPath */ private void initializeFirebaseApp(String appName, String credentialsPath) { try { // 자격 증명 파일을 읽어옵니다. FirebaseOptions options = FirebaseOptions.builder() ..
카테고리 없음
2024. 12. 11. 10:40