I want to enable Firebase Cloud Messaging for push notifications for my Android app. In the google-services.json file needed for push notifications there's a field called "api_key".
Right now I have "api_key": [{ "current_key": "" }]
Should I put the Web API Key I see on my Firebase Console?