Recall & Review
beginner
What is Firebase Cloud Messaging (FCM)?
FCM is a service that lets you send notifications and messages to users' devices for free, helping apps stay connected and updated.
Click to reveal answer
beginner
What is the first step to set up FCM in a mobile app?
Create a Firebase project in the Firebase console and add your app to that project.
Click to reveal answer
beginner
Why do you need to download the configuration file (GoogleService-Info.plist or google-services.json)?
This file contains keys and settings that connect your app to Firebase services, including FCM.
Click to reveal answer
intermediate
What role does the Firebase SDK play in FCM setup?
The Firebase SDK helps your app receive messages and notifications by handling communication with Firebase servers.
Click to reveal answer
beginner
How do you send a test notification after setting up FCM?
Use the Firebase console's Cloud Messaging tab to compose and send a test message to your app or device.
Click to reveal answer
What is the main purpose of Firebase Cloud Messaging?
✗ Incorrect
FCM is designed to send notifications and messages to devices.
Which file must you add to your app to connect it with Firebase services?
✗ Incorrect
This file contains the necessary Firebase project settings for your app.
Where do you create a Firebase project for FCM setup?
✗ Incorrect
Firebase Console is where you create and manage Firebase projects.
What is required to receive messages in your app using FCM?
✗ Incorrect
The Firebase SDK handles receiving messages from FCM.
How can you test sending a notification after FCM setup?
✗ Incorrect
Firebase Console provides a simple interface to send test messages.
Describe the main steps to set up Firebase Cloud Messaging in a mobile app.
Think about what you do from Firebase console to your app code.
You got /5 concepts.
Explain why the Firebase configuration file is important for FCM setup.
Consider what would happen if the app had no connection info.
You got /4 concepts.