From cfb8784a08502446b9f59ace505bfe3de33a9ba0 Mon Sep 17 00:00:00 2001 From: Anshul Gupta Date: Tue, 10 Jan 2023 13:48:36 -0600 Subject: [PATCH] Removed api key and replaced it with a stub --- MyNotificationApplication/app/google-services.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyNotificationApplication/app/google-services.json b/MyNotificationApplication/app/google-services.json index a228585..976f8d7 100644 --- a/MyNotificationApplication/app/google-services.json +++ b/MyNotificationApplication/app/google-services.json @@ -20,7 +20,7 @@ ], "api_key": [ { - "current_key": "AIzaSyBZRiN2FaNwrAHE0bujE3av1wIgSu2IzMg" + "current_key": "YOUR_API_KEY" } ], "services": { @@ -36,4 +36,4 @@ } ], "configuration_version": "1" -} \ No newline at end of file +}