Push Notifications without Firebase Authentication?

I have designed an app that interfaces with AWS via API calls. Everything is handled using aws services like cognito for authentication, dynamodb for data, SNS for push notifications, etc. Obviously, for flutterflow to work with push notifications i need to setup messaging within Firebase for android, ios, and web. As such i have setup my firebase project and setup messaging services. Everything is deployed and successful but i am getting this error message.

as you can see firebase authentication is off. Why am i getting this error if its not used? Firebase push notifications are not tied to firebase authentications since the setup is done with keys and app bundleid's etc on the server side of things. Can anyone elaborate on this and tell me i am not crazy for thinking this is not correct?

6
22 replies