How to create FCM project?

This guide will show you how to create FCM (Firebase Cloud Messages) project.

go to https://console.firebase.google.com/

Click -> Create new project

How to migrate from GCM to FCM

Click -> Add Firebase to your iOS app

How to migrate from GCM to FCM

enter your "iOS bundle ID" and press -> Add app

How to migrate from GCM to FCM

Download and copy (replace) "GoogleService-Info.plist" file to directory "YouProject/app/"

How to migrate from GCM to FCM

Skip Steps "Install pod" and "Add initialization code" and press -> Continue

How to migrate from GCM to FCM

Press menu and select "Settings"

How to migrate from GCM to FCM

Receive "Server key" and "Sender Id". Enter "Server key" and "Sender Id" to db.inc.php config file.
In my Dating App, db.inc.php config file constants: GOOGLE_API_KEY = you "Server key", GOOGLE_SENDER_ID = you "Sender Id"

How to migrate from GCM to FCM