There was an error while loading. Please reload this page.
1 parent a5f3b50 commit 3eca82dCopy full SHA for 3eca82d
NotificationHubs/src/com/windowsazure/messaging/FcmCredential.java
@@ -15,7 +15,7 @@
15
public final class FcmCredential extends PnsCredential {
16
17
private String googleApiKey;
18
- private String gcmEndpoint;
+ private String gcmEndpoint = "https://fcm.googleapis.com/fcm/send";
19
20
/**
21
* Creates a new instance of the FcmCredential class.
NotificationHubs/src/com/windowsazure/messaging/GcmCredential.java
@@ -14,7 +14,7 @@
14
@Deprecated
public final class GcmCredential extends PnsCredential {
+ private String gcmEndpoint = "https://fcm.googleapis.com/fcm/send";;
* Creates a new instance of the GcmCredential class.
0 commit comments