firebase-admin-java
firebase-admin-java copied to clipboard
Firebase Admin Java SDK
Dear All, I would like to ask you, after we upgrade firebase admin to the latest version, its hit this error Exception in thread "main" java.lang.NoSuchMethodError: com.google.firebase.messaging.Notification.(Ljava/lang/String;Ljava/lang/String;)V at com.ebworx.helper.notification.service.FCMService.sendMessageToMultipleDeviceSync(FCMService.java:155) at...
I like to use Firebase to send a "hello push" notification to an iPhone running iOS 16.4 which supports the Web Push API. Key questions are: - Do we need...
I need a fix for the error message that shows when over 500 messages occur. Currently, the message is showing as 500 inclusive, which should be changed to excess. ```java...
Closes https://github.com/firebase/firebase-admin-java/issues/824 Quick fix to allow for StorageOptions to be passed to FirebaseOptions. First time contribute, so let me know if there needs to be any improvement.
**Is your feature request related to a problem? Please describe.** I am trying to setup a testing phase that would run tests on the Emulator by connecting to it. The...
I have a system built with spring boot, java 8 and hosted on google cloud using compute engine. My server app is wildfly 21.0.1.Final. I am using firebase messaging 9.1.1...
Allow for emulator port and host override using `localCache` from `FirebaseProcessEnvironment` Resolves: #772
This PR changes to use HTTPS for license link in the `README.md` file.
### [REQUIRED] Step 2: Describe your environment * Operating System version: Windows 10 * java version : 19 * Firebase SDK version: 9.1.1 * Library version: 9.1.1 * Firebase Product:...
### [READ] Step 1: Are you in the right place? * For issues or feature requests related to __the code in this repository__ file a Github issue. * If this...