java admin api supports configuring the "firebase" url, so I can start a wiremock service and assert on the received call´s
Modify: https://github.com/firebase/firebase-admin-java/blob/master/src/main/java/com/google/firebase/messaging/FirebaseMessagingClientImpl.java#L63
To make the FCM_URL or fcmSendUrl configurable.
1
vote