Skip to content

Commit 4ae9370

Browse files
committed
Fix server key.
1 parent 412f8bd commit 4ae9370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging/integration_test/src/integration_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace firebase_testapp_automated {
4444
// Your Firebase project's Server Key for Cloud Messaging goes here.
4545
// You can get this from Firebase Console, in your Project settings under Cloud
4646
// Messaging.
47-
const char kFcmServerKey[] = "AAAAM2ROZHA:APA91bHVTMuAdnIw014jKETAUYiy7qLvIo1zMHGMOszbZyZJaf_cEEd6MF9ad8qwS_DbgjYo36FeELhtTf-dsJCsLt6hurDnbRPIGcxMPtNMNSYC1Krh-KSn9GURceEwEA-sr-i3HTDU";
47+
const char kFcmServerKey[] = "REPLACE_WITH_YOUR_SERVER_KEY";
4848

4949
const char kRestEndpoint[] = "https://fcm.googleapis.com/fcm/send";
5050

0 commit comments

Comments
 (0)