firebase analytics and remote registration

On IOS, after adding firebase analytics and initializing it on app load, we don’t seem to be getting remote push registration messages any more.  Is this something you’ve seen before?

Specifically this event registration never works:

Runtime:addEventListener(“notification”,notificationListener)

Delaying initing firebase seems to allow the remote registration notification to come in.

No I have not seen this before, it sounds like the delay worked so that’s great.

Unfortunately it doesn’t really work as we don’t want to request notifications from the player right away and any init of the firebase sdk causes it to apparently suck in those itself.

Scott,

It looks like by default the sdk captures the push notification registration and prevents it from going through to corona.  It looks like adding FirebaseAppDelegateProxyEnabled=false to the plist in build.settings is a way to work around it for those who aren’t wanting to use firebase for push.

good to know

just not sure yet if android has the same issue and if so what the workaround is there

Corona is working on fcm for android( and iOS). You should use that when it becomes available since gcm is deprecated.