Questions tagged as 'firebase-cloud-messaging'

0
answers

Notifications on Android stop after inactive app time

We use notifications from both OneSignal and Firebase to notify our app service providers about new requests to be answered in real time. Note that it happens even though the app running with service on foreground to run eve...
asked by 23.11.2018 / 15:21
0
answers

Notification android intent always comes null when app is closed or in background

Intent intent = new Intent(this, ActionBar.Tab.class); intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_NEW_TASK); intent.putExtra("MEU_ITEM",notification.getData().get("CODIGO")); NotificationCompat.Build...
asked by 26.11.2018 / 18:31
0
answers

Firebase Cloud Messaging Node Server does not send notification to Single Device

I have a project via firebase-admin on the Node, where I send notifications to my devices that have the application registered in the firebase, however I can only send by topic, when I try to send by 'token', it presents this error In t...
asked by 08.11.2018 / 17:32
0
answers

Fail: Auth Firebase (FCM) Java

When attempting to authenticate to Firebase for push notification registration you are returning these messages; Jar's:  firebase-admin-6.2.0.jar  google-auth-library-oauth2-http-0.11.0.jar  google-oauth-client-1.25.0.jar         java.lang...
asked by 27.08.2018 / 22:46
1
answer

Error while building the app (cordova build android), after adding and configuring the "cordova-plugin-firebase"

I created an App using Cordova, then followed the instructions to prepare the App to integrate with the Firebase plugin: I created the keystore (needed to integrate with the Firebase). Then I created the application project in Firebase a...
asked by 23.07.2018 / 23:20
1
answer

How do I display the text of a notification when the user opens this notification?

I'm creating an app with the phonegap and using the cordova-plugin-firebase to send notifications to the android, until then, I'm getting the notification, but when I "open" the notification I can not show the contents of it. message) wind...
asked by 23.07.2018 / 22:06
0
answers

Firebase Cloud Messaging - Group / Topic / News

For a Device, informing the Token, I am able to send a notification normally using FCM. I now need to send to a group. For example, when I query the return database I have 30 records and I need to send the same push to all. Will I need to...
asked by 15.05.2018 / 18:59
1
answer

Push notification on webview - Android / iOS

I have an app running a webview. It is a system on the web and the webview with the app. In the system, there are certain actions that the system sends push notification to the user. I did the integration with firebase cloud messaging Java...
asked by 12.03.2018 / 17:56
0
answers

notifications on screen and not just statusbar

I developed an android application in which I send push notifications through the firebase, but the notifications do not appear "overlapping" like whatsapp, just the statusbar icon and when it pulls the notification center, it's there. How do I...
asked by 18.04.2018 / 21:38
1
answer

Push notification on webview - Android / iOS

I have an app running a webview. It is a system on the web and the webview with the app. In the system, there are certain actions that the system sends push notification to the user. I did the integration with firebase cloud messaging Java...
asked by 12.03.2018 / 17:56