How to create FCM project (Android App)?

This guide will show you how to create FCM (Firebase Cloud Messages) project for Android app.
2.) Click -> Add project
How to create FCM project (Android App)
3.) Enter you "Project name", click "I accept" checkbox and press "Create project"
How to create FCM project (Android App)
4.) Press "Continue"
How to create FCM project (Android App)
5.) Click Android icon
How to create FCM project (Android App)
6.) Enter you "Android package name" and press "Register app"
How to create FCM project (Android App)
7.) Press "Download google-services.json" and copy file to "app" folder in you project (see screenshot), press "Next"
How to create FCM project (Android App)
8.) Firebase SDK is already added to the project, just press "Next"
9.) Step "Run your app to verify installation": press "Skip this step" link
10.) Press "Gear icon" and select "Project settings"
How to create FCM project (Android App)
11.) Click "Cloud Messaging", 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 create FCM project (Android App)