android-kotlin-notifications-fcm icon indicating copy to clipboard operation
android-kotlin-notifications-fcm copied to clipboard

Results 15 android-kotlin-notifications-fcm issues
Sort by recently updated
recently updated
newest added

**Describe the problem** After i log registration token im getting a build error. **In which lesson and step of the codelab can this issue be found?** (e.g., Lesson 01.2, Step...

**Describe the problem** Outdated information and possible typo. Lesson 6: Task: Sending data with FCM Step 1: Data messages _"The payload is stored in the data property of the remoteMessage...

**Describe the problem** A clear and concise description of what the problem is. The following error lint occurs in MyFirebaseMessagingService.kt file, The build fails. => **'onMessageReceived' overrides nothing 'onNewToken' overrides...

Default code did not compile, citing issues with NoClassDefFoundError Step 5 **How to reproduce?** rerun the app on the most up to date Android Studio version. **Versions** Bumblebee 2.1.1 2....

**Describe the problem** It seems that Firebase Console link opens some weird site (https://firebase.corp.google.com/). **In which lesson and step of the codelab can this issue be found?** Lesson 01.2, Step...

**Describe the problem** At the 5th step, point number four where I am suppose to go to the Fiberbase console, it takes me to a weird site. https://firebase.corp.google.com/ **In which...

**Describe the problem** The explanation makes reference to the `onNewToken()` function in `MyFirebaseMessagingService.kt`, but in the starter code there is no `onNewToken()` function. **In which lesson and step of the...

The code provided is the solution code. not the starter project.

**Describe the problem** Clicking the link for 'Firebase Console' opens a different link. **In which lesson and step of the codelab can this issue be found?** Lesson 1.2, Step 5.1.4...

**Describe the problem** 1. How to access the data payload when the app is in the background and tap on a notification. 2. How to access the data payload when...