I am using Firebase notifications in one of my B4I and B4A Apps and they work very well. The code is based on the example posted by Erel:
https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/
But now I'm trying to figure out a way in which the user can...
How we can open app automatically when receive push? (App is close)
Is there such a possibility?
Private Sub Application_RemoteNotification (Message As Map, CompletionHandler As CompletionHandler)
This sub raised when the user clicks on the notification or app is open.
Hi,
I played around with push notifications based on Firebase Cloud Messaging (FCM).
I followed the tutorial at https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/, which is excellent.
Still, there are some open questions which I'd...
Faced with such an interesting problem. I use firebase for chat app on andoid and ios. When I send a message from android, everything works well (the notification will be sent to both ios and android), but when I send a message from ios, it will only be sent to android and sub...
My app's Apple Push Services Certificate is going to expire soon.
- I went to Apple Developer "Certificates, Identifiers & Profiles" and created a new certificate and downloaded the aps.cer file.
- Then, in the IDE, I chose Tools > Build Server > Create Push Store > Firebase Service and...
Hi, Guys
My push notifications have just suddenly stopped working, I am assuming it is due to me renewing my Certs and Provisioning profiles (I deleted the old certs and provisioning files but may have gone too far). The Apps compile with the new Cert and Provisioning files and can be uploaded...
Hello everyone!
I must make an app, using push notifications.
Which is the best way to make it?
With firebase push notifications or with a custom server application?
I read that firebase notification is free, so this is reason why I have this dilemma.
Thank you in advance!
Hi all.
I tried to use a Firebase Notifications - it works fine, I was able to push a notification from B4J example but my question is - how to keep a previous notification?
Let say I sent a notification with a title "AAA" and body "BBB". It comes to my app and I can see it.
Later on I pushed...
I get this error message when i run my firebase related app. Any help??
Logger connected to: Infinix Infinix-X600
--------- beginning of main
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
*** Service...
Hello,
Recently, I've added FirebaseNotifications to my app
I noticed that noticed when the user click the (push) notification, the app opens, but the notification still exists, and it is needed to swipe it in order to remove it.
Does anybody know how to make the push notification disappear...
Hello,
I tried to use Push notifications with Firebase, throe Erel's video tutorial.
When running in release mode, this error occurred at the compiler:
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/android/gms/measurement/AppMeasurement;
Uncaught...
Hello,
I tried to add an option for Push Notifications to my throw Erel's video Explanation.
When referencing the libraries "Firebase Analytics" and "Firebase Notifications", an error message had shown up.
(When referencing "Firebase Analytics" the error was "Maven Article wasn't found...
My iOS app is not recieving any push notifications whilst in the background, but it does recieve them in the foreground.
The iPhone is running iOS 10.3.1 so it shouldn't be the iOS 11 issue where they're only delivered sometimes.
The app isn't being force killed, I'm simply exiting it by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.