Hi,
I quickly want to share a workaround for the issue, kindly provided by TGC. This doesn't solve the cause, but it allows exporting and sending out Firebase messages.
Change your googleservices.json file from this
{
"project_info": {
"project_number": "XXXXXXXXXX",
"project_id": "XXXXXXX",
"storage_bucket": "XXXXXX.appspot.com"
},
to this
{
"project_info": {
"project_number": "XXXXXXXXXX",
"firebase_url": " XXXXXX.appspot.com ",
"project_id": "XXXXXXX",
"storage_bucket": "XXXXXX.appspot.com"
},
The firebase URL is the same info as the storage_bucket tag.