while creating an FCM project I noticed two different API-keys provided as follows;
1- in the google-servies.json file
"api_key": [
{
"current_key": "the key"
}
],
2- and another one called Web API Key in the app settings on firebase console
What is the difference between both of them and the usage?