I had push notifications set up in my testing database and they worked perfectly as expected, but then I reconnected a new Firebase project for production, took the APN key from the testing database, and put it into my production database. They both have the same package name, but it didn't send notifications triggered by actions from within FlutterFlow.
Push notifications stopped working after switching from development database, to production database.
Troubleshooting
I tried to send them manually from Firebase and they DID send to devices as expected. I then tried deleting the APN key from Firebase and from App Store Connect, as well the ImageNotification identifier. I then refollowed all the steps as outlined in Flutterflow's documentation, and it is still not being triggered by actions from within Flutterflow, as it was before. I don't know what else to do or check for, seeing as it is set up properly in Firebase to be able to send manually and nothing has changed on the flutterflow side since they were being triggered correctly before the firebase project switch.
Yes
2