How to create FCM project?

This guide will show you how to create FCM (Firebase Cloud Messages) project.
2.) Click -> Create new project
How to migrate from GCM to FCM
3.) Click -> Add Firebase to your iOS app
How to migrate from GCM to FCM
4.) enter your "iOS bundle ID" and press -> Add app
How to migrate from GCM to FCM
5.) Download and copy (replace) "GoogleService-Info.plist" file to directory "YouProject/app/"
How to migrate from GCM to FCM
6.) Skip Steps "Install pod" and "Add initialization code" and press -> Continue
How to migrate from GCM to FCM
7.) Press menu and select "Settings"
How to migrate from GCM to FCM
8.) 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