I’m currently developing an iOS app but have hit a roadblock with push notifications.
I’ve followed the manuals for setting up Apple and Firebase, but when I try to test push notifications using the “Manually Trigger Notifications” feature in FlutterFlow, it gets stuck on loading and times out.
After checking the logs for Firebase Functions (sendPushNotificationsTrigger and addFcmToken), I found this error:
“Unhandled error Error: 7 PERMISSION_DENIED: Missing or insufficient permissions."
Unfortunately, none of these worked, so I decided to reach out for help.
If anyone has encountered this issue before or has any suggestions for potential causes or solutions, I would greatly appreciate your advice.
Thank you so much in advance!