Skip to content

Commit 3eca82d

Browse files
committed
Reverts gcmEndpoint change
1 parent a5f3b50 commit 3eca82d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NotificationHubs/src/com/windowsazure/messaging/FcmCredential.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public final class FcmCredential extends PnsCredential {
1616

1717
private String googleApiKey;
18-
private String gcmEndpoint;
18+
private String gcmEndpoint = "https://fcm.googleapis.com/fcm/send";
1919

2020
/**
2121
* Creates a new instance of the FcmCredential class.

NotificationHubs/src/com/windowsazure/messaging/GcmCredential.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@Deprecated
1515
public final class GcmCredential extends PnsCredential {
1616
private String googleApiKey;
17-
private String gcmEndpoint;
17+
private String gcmEndpoint = "https://fcm.googleapis.com/fcm/send";;
1818

1919
/**
2020
* Creates a new instance of the GcmCredential class.

0 commit comments

Comments
 (0)