Firebase Notification (http v1 API) shows error when I set Minify Enable = true, Access token failed: com.google.auth.oauth2
I am using Firebase Notification for my car Manager Application for android. all code works fine if i set isMinifyEnabled = false but when set isMinifyEnabled = true like this
Android notifications: Disable ability to click on multiple notifications at once
I send notifications via Firebase. When the user clicks on a single notification, everything is working fine. However, when there are multiple notifications from my app, they group up and when a user clicks on that group, it just opens my app, but the actions setup for the notifications don’t trigger.