How to create FCM project?
This guide will show you how to create FCM (Firebase Cloud Messages) project.
1.) go to https://console.firebase.google.com/
2.) Click -> Create new project

3.) Click -> Add Firebase to your iOS app

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

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

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

7.) Press menu and select "Settings"

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"
In my Dating App, db.inc.php config file constants: GOOGLE_API_KEY = you "Server key", GOOGLE_SENDER_ID = you "Sender Id"
