I did not change anything in my code & web panel. Previously, my notifications was working without a problem. For 5-6 days push notifications are not working, I’m trying to send manually(from Firebase dashboard) but it does not show whether it has been sent or not.
Did you encounter with a problem in your app by using Firebase Cloud Messaging? I mean, automatic push notifications from web panel.(not manually from Firebase dashboard)
and they only showed “Campaign Metrics” problem not Service Disruption or Service Outage.
https://status.firebase.google.com
Did I make a mistake in my web panel or my Flutter app but it was working for 2-3 years without a problem, only 5-6 days not working…
Any help will be appreciated
I also faced similar issue. Flutter Legacy FCM APIs have been depreciated. and you have to upgrade it to HTTP v1 API
you can found detail here
https://firebase.google.com/docs/cloud-messaging/migrate-v1