I want to use Push notification in my app, Other things like sync with server database I had handled manually , So which is the best option to go ahead?
Also can I use GCM API keys with FCM?
Does FCM is free for unlimited number of messages?
I want to use Push notification in my app, Other things like sync with server database I had handled manually , So which is the best option to go ahead?
Also can I use GCM API keys with FCM?
Does FCM is free for unlimited number of messages?
FCM is the new version of GCM under the Firebase brand. It inherits GCM’s core infrastructure to make sure we continue to deliver messages reliably on Android, iOS and Chrome.
FCM is the new version of GCM under the Firebase brand. It inherits GCM’s core infrastructure, with new SDKs to make Cloud Messaging development easier.
Benefits of upgrading to FCM SDK include:
To upgrade from GCM SDKs to FCM SDKs, see the guides for migrating Android and iOS apps.
If you'd like to see the differences between GCM and FCM, visit the Firebase documentation - FAQ section.