Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit 26edc31

Browse files
committed
fix: revert accidental change
1 parent 9defe63 commit 26edc31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/app/main-view-model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export class PushTestModel extends Observable {
55

66
private pushSettings = {
77
// Android settings
8-
senderID: "424050927453", // Android: Required setting with the sender/project number
8+
senderID: "<ENTER_YOUR_PROJECT_NUMBER>", // Android: Required setting with the sender/project number
99
notificationCallbackAndroid: (stringifiedData: String, fcmNotification: any) => {
1010
const notificationBody = fcmNotification && fcmNotification.getBody();
1111
this.updateMessage("Message received!\n" + notificationBody + "\n" + stringifiedData);

0 commit comments

Comments
 (0)