Push notifications for multiple projects & same Firebase not working

Troubleshooting
Resolved

Hi all

I have two separate projects, one is a Web app which is an admin portal and the other is a mobile app. Both projects are linked to the same Firebase.

I am struggling to get push notifications that are triggered via the Web app to appear on the mobile devices (android only for now).

Test push notifications do work from the Flutterflow project for the Web app via 'Settings & Integrations > Push Notifications' and I successfully receive that on the mobile device running the mobile app - great.

However, when I try and trigger a push notification from within the web app, it is not received on the mobile device.

The push notification does get saved successfully in to the Firebase collection for 'ff_user_push_notifications' so it is doing 'something'. Here is an example where I am trying to send to ALL users...

See how in the user_refs field on the right hand side, it does seem to be mapping in all user refs in there.

Here is my action for triggering the push notification from within the web app (I am expecting a notification to appear on my mobile device)...

Any ideas what am I missing here please?

Thanks

What have you tried so far?

Tested push notifications manually via Settings & Integration

Did you check FlutterFlow's Documentation for this topic?
Yes
1
4 replies