expo push notification with firebase

I am using expo with firebase as a database and I want push notification I have tried the following thing but did not get successful to push notification for both Android and IOS

  1. with firebase cloud messaging
    It does not support IOS with expo so it is not useful for me

  2. expo server with firebase cloud functions
    Well it’s good for both Android and IOS but to access expo server it required firebase paid account and its not work on firebase free account

  3. with on signal

I read all documentation about react native and firebase SDK it don’t have much documentation about expo with firebase also have example project but also in pure react native ,

So if anyone has solution of my problem it would be appreciated
Thanks

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.