Questions tagged as 'firebase-messaging'

2
answers

Android notifications

I have the following problem. I have an app that receives push notifications from firebase. So far excellent. When I receive the notification, what I do is create a notification in the following way: private fun sendNotification(messageBody...
asked by 15.02.2018 / 16:10
2
answers

Android Studio error: error: unknown element service found

Good day I have the following error with google services in firebase Android Studio error: unknown element <service> found. Message {kind = ERROR, text = error: unknown element found., sources = [C: \ Users \ Sony Vaio \ Desktop \ Bac...
asked by 31.10.2018 / 21:09
1
answer

Android + Firebase Push Notification with locked phone

I have my android application that receives alerts via FCM Push Notification using the (Java) method: @Override public void onMessageReceived(RemoteMessage remoteMessage) My conflict is that I am not making the screen (Activity) that opens...
asked by 28.11.2018 / 15:33
0
answers

Firestore Firebase Cloud functions

I am generating an application in ionic with cloud firestore, I need to send a notification to the devices when I add a document to the news collection, I have been able to recover the Token from my emulator, and I have succeeded in sending a no...
asked by 28.11.2018 / 02:59
1
answer

Filter specific value at the time of being added, Firebase DB

My problem is that I am trying to get an automatic response of a specific data if it is added in Firebase , but the drawback is that it is not a specific route that I can place to simply get the added value with child_added since I have...
asked by 04.11.2018 / 14:43
0
answers

Firebase Messaging Service, Error with Firebase, the application installed several times

Create a project with Firebase , basically my app is receiving test applications, there comes a time when my device android would not let me reinstall the app , a Dialog would appear saying that it had been block...
asked by 01.11.2018 / 22:06
0
answers

java.lang.NumberFormatException: Invalid int: "null"

Good day, Can someone help me solve this error? Using Firebase Database on Android with the structure so and this code Bundle bundle = getIntent().getExtras(); if(bundle !=null) { usuari = bundle.getString("x");...
asked by 25.10.2018 / 21:33
0
answers

How do I send a route to a Database and then a notification to a Device?

I have an application, which makes a route, and those coordinates I want to send them to a database, either realtime databes of firebase or mysql, but every time I send a new route I want to send a notification to a single cell.     
asked by 21.10.2018 / 05:36
0
answers

Push notifications firebase does not work, sdk java firebase

When I run my code in the main class it works correctly, but in the backend this code does not work. There are no exceptions, it shows no error. I put impressions to see what happened, but it never shows the impression 3. java version: 1.8...
asked by 20.09.2018 / 17:27