Hi everybody!
I have recently moved to B4i 10, and I get this error for Firebase:
"could not find a valid GoogleService-Info.plist in your project"
I did not make any changes in that file or my code.
I didn't have this error before moving to B4i 10.
Hi,
I’m using FirebaseMessaging in my B4A project.
Below is my Starter service:
#Region Service Attributes
#StartAtBoot: False
#ExcludeFromLibrary: True
#End Region
Sub Process_Globals
Public fcm As FirebaseMessaging
End Sub
Sub Service_Create
fcm.Initialize("fcm")...
Hi everyone,
I'm trying to integrate Firebase Cloud Messaging (FCM) into my B4A app, but I'm encountering a problem where the app crashes immediately on startup.
Here are the details:
- I’ve downloaded the correct `google-services.json` from Firebase and placed it in the root directory of my...
we followed the tutorial https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-server-not-required.68645/#content
and we followed the sending tool in b4j that return the true response when send the notification but into the application in debug mode the remotenotification...
Hi everyone, I developed a Kiosk app for unattended devices. I also developed a watchdog to monitor the application.
This system seems to be a bit unreliable in case of crashes... and I do not have any way to do remote assistance on the devices (AnyDesk is limited).
I know there is a thing...
I defined several topics and subscribed FCM tokens to them. Initially, all devices received notifications when sending to the topic, but after some time, some devices stopped receiving them. If I send notifications to those specific devices directly (using their FCM tokens instead of the topic)...
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...
Hi all.
I'm trying to replace the service FirebaseMessaging with the Receiver FirebaseMessaging.
I removed FirebaseMessaging service from my project and added Receiver FirebaseMessaging.
Now I see in a log these lines
Error parsing Manifest script
FirebaseMessaging Not Found (Manifest Editor)...
Hi all, I have been trying to upload an app to the google play store which I haven't done in a very long time, seems like a lot of things have changed.
I am getting an error saying that my GCP key is exposed, I came a few threads in the forum and I have already limited my key to only my app by...
I am implementing the Backendless Push Notification service
https://backendless.com/docs/rest/push_push_notification_setup_androi.html
I have already configured and can register the device to the channel created through the console (Messaging Channels).
For this I have used REST API...
Many people have been asking how to send Firebase notifications using Node.js
so I decided to create this example for sending notifications to B4A or B4I apps using Node.js:
Features
- Uses the latest Firebase Cloud Messaging (v1) API.
- Works with both B4A and B4I.
- Well-documented.
-...
Hi everyone, I'm currently working on an ABMaterial web app and I am using this library (class) found here so far I have used this in a few other projects and I like it very much as it makes it simple to leverage the use of firestore sign in, sign up and firestore database functions.
I am...
Hi everyone, not sure if I will be able to make sense when asking the following question.
I am working on an ABMaterial web app and I am using a firestore AuthRest API library to register new users, sign in existing users etc. When a new user creates a new account, I am using the...
The project relates to a dental waiting room app written in B4A which receives Google firebase messages sent from PHP MVC code via a web user portal. The firebase code needs updating to V1 messaging, the app developer requires assistance updating the existing MVC PHP code such that it meets...
It might be a simple question, but what is the best practice to send messages addressed only to a particular user?
I've successfully tested delivery Firebase messages to my phone. I've made a test sending program in B4J and an app in B4A and they both work. But I couldn't find any information...
Hello
I use the following code in Service_Create in my starter to send a notification with firebase:
Sub Service_Create
Try
CallSubDelayed(FirebaseMessaging, "SubscribeToTopics")
Catch
End Try
End Sub
There are also functions in this service (starter).
In these functions...
Good day & evening
This is a Firestore Library I've been perfecting since late last year since most of my projects I use Firebase.
I used Firebase REST APIs and made it Look, Feel & Work like the original.
Does not conflict with other Firebase Libraries
Works the same way as...
I learnt Java in the past few months to build this library to get real-time updates from Firestore.
The Library has 5 classes:
Firebase
Firestore
ListenerRegistration
Query
Filter
Except RealtimeDatabase (Coming soon)
firebase-adminsdk.json(Service account file) from your Firebase console in...
Hi, i want to integrate Firebase Messaging into my app..
I follow this tutorial
https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/#content
But when app start i receive this message:
java.lang.RuntimeException: Object should first be...
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.