0
0
Firebasecloud~5 mins

FCM setup in Firebase - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AHost app backend servers
BStore user data securely
CAnalyze app usage statistics
DSend notifications and messages to user devices
Which file must you add to your app to connect it with Firebase services?
Afirebase-config.json
Bconfig.xml
CGoogleService-Info.plist or google-services.json
Dappsettings.json
Where do you create a Firebase project for FCM setup?
AFirebase Console
BXcode
CAndroid Studio
DGoogle Cloud Console
What is required to receive messages in your app using FCM?
AFirebase SDK integrated in the app
BA web server
CA database connection
DAn email account
How can you test sending a notification after FCM setup?
ASend an email to Firebase support
BUse Firebase Console's Cloud Messaging tab
CRestart the app multiple times
DUse Android Studio's emulator only
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.