
Firebase feels like a monopoly for push notifications; it seems like the whole world uses Firebase for notifications. It’s very easy to implement, and the dashboard is simple, clean-looking, and helpful for checking engagement. The main thing for me is that the pricing is very friendly, because once you reach an audience you also start making money, so you can afford it.
Onboarding is basically just two or three steps: you add the project name, then use the JSON key file to implement it. All the SDKs are available and it’s easy to integrate. Notifications are received within a fraction of a second. They’ve also introduced the new Firebase Studio with those AI features, and it makes it easier to create a Flutter application, which matters to us because our application is on Flutter as well. Review collected by and hosted on G2.com.
During the implementation of Firebase notifications, I noticed there are two SDKs: the Admin SDK and the client-side SDK. The first time I worked with it, I got confused about how to implement everything, and it wasn’t working for me at first. On the other hand, the subscribe feature is really helpful, but I feel like it’s not very popular and most developers don’t know about it. I think they should analyze notification behavior and suggest what users can convert to a subscription. Review collected by and hosted on G2.com.





