firebase-admin-java icon indicating copy to clipboard operation
firebase-admin-java copied to clipboard

Firebase Admin Java SDK

Results 135 firebase-admin-java issues
Sort by recently updated
recently updated
newest added

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. Release notes Sourced from mockito-core's releases. v4.8.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.8.0 2022-09-07 - 10 commit(s) by Alex, James Baker, Johannes...

dependencies

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.0 to 2.0.1. Commits 9752442 prepare release 2.0.1 c0f7f16 minor javadoc change 1148b98 Merge branch 'master' of github.com:qos-ch/slf4j 593f89f fix SLF4J SLF4J-560 03deea9 Merge pull request #302...

dependencies

Bumps `netty.version` from 4.1.80.Final to 4.1.82.Final. Updates `netty-codec-http` from 4.1.80.Final to 4.1.82.Final Commits 4779963 [maven-release-plugin] prepare release netty-4.1.82.Final 93a7d4f Respect jdk.tls.client.protocols and jdk.tls.server.protocols (#12797) 570c5d7 Avoid failing HTTP/2 requests with...

dependencies

com.google.firebase.messaging.Notification is used to send title and body of a notification. This class also has a provision to send an image. The Notification fails with errors as soon as the...

needs-triage

Instance ID api [documentation](https://developers.google.com/instance-id/reference/server#create_registration_tokens_for_apns_tokens) does have an api for new FCM creation from APN token. Why didn't this project implement this api?

type: feature request
api: messaging

**Is your feature request related to a problem? Please describe.** Could you please support Dynamic Links feature in the java admin sdk? - https://firebase.google.com/docs/dynamic-links/rest#creating-a-short-dynamic-link Thank you :)

needs-triage
type: feature request

### Summary Added functionality to override FCM root URL via Env Variable so that before constructing the FirebaseApp object we can set the Fcm root url in the environment variable....

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.10.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.10.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.10.0 2024-01-24 - 8 commit(s) by Andre Brait, dependabot[bot] Bump...

dependencies

**Summary**: I recently integrated FCM SDK to send Push Notifications. The integration was very simple and smooth but while I started writing Functional Tests, I got to know that I...

needs-triage
type: feature request

As per https://firebase.google.com/docs/emulator-suite/install_and_configure#admin_sdk_availability the current version of the Firebase Admin SDK for Java does not yet provide support for Firebase Storage Emulator. Indeed, even after setting `FIREBASE_STORAGE_EMULATOR_HOST` in my environment...

needs-triage
type: feature request