We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412f8bd commit 4ae9370Copy full SHA for 4ae9370
messaging/integration_test/src/integration_test.cc
@@ -44,7 +44,7 @@ namespace firebase_testapp_automated {
44
// Your Firebase project's Server Key for Cloud Messaging goes here.
45
// You can get this from Firebase Console, in your Project settings under Cloud
46
// Messaging.
47
-const char kFcmServerKey[] = "AAAAM2ROZHA:APA91bHVTMuAdnIw014jKETAUYiy7qLvIo1zMHGMOszbZyZJaf_cEEd6MF9ad8qwS_DbgjYo36FeELhtTf-dsJCsLt6hurDnbRPIGcxMPtNMNSYC1Krh-KSn9GURceEwEA-sr-i3HTDU";
+const char kFcmServerKey[] = "REPLACE_WITH_YOUR_SERVER_KEY";
48
49
const char kRestEndpoint[] = "https://fcm.googleapis.com/fcm/send";
50
0 commit comments