firebase-admin-java
firebase-admin-java copied to clipboard
Firebase Admin Java SDK
Regarding the documentation, the method "setBackgroundMessageHandler" of the service worker should be triggered when the payload contains data, not if the notification contains data: ``` messaging.setBackgroundMessageHandler(...) ``` How to send...
### [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...
After updating to version 9.2.0 of the firebase-admin-java, I experienced performance issues and had to rollback to a previous version. The performance of sendEachAsync is several to tens of times...
Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.37.0 to 26.38.0. Release notes Sourced from com.google.cloud:libraries-bom's releases. v26.38.0 GCP Libraries BOM 26.38.0 Known issues The BOM contains a nonexisttent artifact com:google:cloud:google-cloud-bigtable-stats:2.39.0. We stopped publishing this...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...
Когда добавляю admin sdk не чего не меняется но когда я убираю firebase-auth появляется admin sdk что делать
We are using FireBaseSDK(firebase-admin-9.2.0) to push notifications, while testing we noted below. -- Request going through proxy POST https://fcm.googleapis.com/v1/projects/  --Request not going through proxy POST https://oauth2.googleapis.com/token Kindly let us...
When large number of failures, no exception details present in response but only error count. The count of exceptions in response do not match failed count. That means for some...
**Is your feature request related to a problem? Please describe.** Various builders (e.g., `Map.of`) and language features (e.g., Groovy and Kotlin inline maps) create `Map` instances whose `V` bound is...
**Is your feature request related to a problem? Please describe.** I do not want to commit my credentials file to github, and when running my app inside another enviroment such...