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

### Environment * Firebase SDK version: 9.0.0 * Firebase Product: cloud messaging ### Problem The `SendResponse` of a `MulticastMessage` contains a `com.google.firebase.messaging.FirebaseMessagingException: The service is currently unavailable` exception, but the...

needs-triage

**Is your feature request related to a problem? Please describe.** 500 device registration tokens per invocation cannot fulfil my daily need. **Describe the solution you'd like** Please consider to allow...

type: feature request
api: messaging

Moved from: https://github.com/firebase/firebase-android-sdk/issues/3952 It seems like the Admin SDK does not currently bypass App Check see: https://stackoverflow.com/questions/73105469/firebase-admins-sdk-and-app-check-safetynet We might need a fix similar to https://github.com/firebase/firebase-js-sdk/commit/99414a51ca5cd25f69a96e4c9949ad5b84e3f64e#diff-ddbaa9e762a6010e5a0aa0c8048d48deea15594f14caa3d51e68b283f36e489fR170 in the Java SDK as...

api: appcheck

Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.3.0 to 3.4.0. Commits 85082c4 [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.4.0 90f65c2 [MPIR-422] Stop overriding AbstractMavenReport#execute() 91d0efe [MPIR-421] Make all ITs with site.xml use an explicit skin 3846376 [MPIR-420]...

dependencies

Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.0.0 to 3.1.0. Release notes Sourced from exec-maven-plugin's releases. 3.1.0 🚀 New features and improvements Require Maven 3.2.5 (#319) @​slawekjaranowski Support stream inheritance for the forked process,...

dependencies

Bumps [google-api-client-bom](https://github.com/googleapis/google-api-java-client) from 1.35.2 to 2.0.0. Release notes Sourced from google-api-client-bom's releases. v2.0.0 2.0.0 (2022-07-14) ⚠ BREAKING CHANGES remove deprecated class (#1666) Bug Fixes deps: update dependency com.google.api-client:google-api-client to v1.35.2...

dependencies

The library with all dependencies is really big. I only want to use Firebase push notifications. Can I exclude any dependencies to reduce the size?

needs-triage
type: feature request

Currently, unit testing for integration with Firebase Messaging is very challenging. The encapsulation imposed by the final and visibility of the method makes it untestable. On top of this, there...

type: feature request
api: messaging

**Is your feature request related to a problem? Please describe.** [UserRecord.java](https://github.com/firebase/firebase-admin-java/blob/master/src/main/java/com/google/firebase/auth/UserRecord.java) does not parse a user's multi factor enrollment information, which is documented [here](https://cloud.google.com/identity-platform/docs/admin/manage-mfa-users). ```javascript { uid: 'some-uid', // ......

help wanted
type: feature request
api: auth