Connecting to Firebase Account
There is no Firebase account connected by default so you need to connect one before you can modify anything.
In Android Studio, you can do this by following below steps:
-
In Android Studio click on Tools menu and select Firebase.
-
You will see Assistant pane on right side when you do it. Click on More info under Cloud Messaging and then click on Setup Firebase Cloud Messaging.
-
Click on Connect to Firebase, that will open a web browser. Just login into your google account and click Allow.
-
You will see a dialog telling you to create new Firebase project. Just write name of your project, select your country and click Connect to Firebase.
-
After successful connection, you can modify the project as you see fit.