B4A Example Push messages with Firebase and B4A: Some additional hints and a working example - Frank    Jul 18, 2022   (7 reactions) 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... like to answer in this post. Hope this helps others to get their first App with notifications up and... B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Jul 2, 2023   (2 reactions) .b4x.com/android/forum/threads/firebase-integration.68623/
B4X
Firebase
Firebase Push Notifications 2023+
Firebase Push Notifications 2023+
https://www.b4x.com/android/forum/threads/b4x-firebase... B4A Example Firebase Messaging: Chat app without server - Alexander Stolte (first post)    Jun 2, 2017 have everything. And send a message over firebase push notification is free, so i save storage in... B4A Example [B4X] [B4XPages] FirebasePush + FirebaseAuth - Star-Dust    Sep 17, 2020   (21 reactions) or notification) I wanted to create an app that the user could send a message and all other users.../threads/b4x-b4xpages-firebase-push-example.120523/
100204 100207 100208... B4A Example Send Firebase notification via PHP (CURL) - Douglas Farias    Oct 17, 2018   (11 reactions) Hi all. I found this example in some old folders on my pc and decided to share here. it is a simple example of how send a firebase notification via php <?php $url = "https://fcm.googleapis.com/fcm/send"; $topico = "general"; $api_key = "asdqw5d41q8wd4qw8d4qw8de4q8554d8qw4d84"; //FIREBASE KEY $titulo = "Notification Title"; $corpo = "Notification Message..."; $legenda = "SubTitle...";... B4A Example Foreground Service with Notification Builder - davidvidasoft (first post)    Aug 1, 2018 reinitialize the notification object every time I want to change its properties (the error is very literal... the notification disappears from the drawer. How would you do it? I'm trying to fix the example but no success :/
EDIT: The error about reinitializing the notification object only happens with the Normal Notification button. The other two buttons work as expected.... B4A Example [B4X] Supabase - Database CRUD - Alexander Stolte (first post)    Oct 12, 2023   (1 reaction) of the changes made by other users on the data
For Supabase, how to 'see' the notifications.../jwebsocketclient-cant-connect.155155/#post-960517
The other option are firebase notifications....
*/
data?: DataMessagePayload;
/**
* The notification message payload.
*/
notification?: NotificationMessagePayload;
}
export interface DataMessagePayload {
: string;
}
/**
* Interface... B4A Example Firebase Database working example - pedrocam    Aug 21, 2017   (13 reactions)   tags: LOGIN make it update similar to realtime is via notifications (ie. when a user posts something, he broadcasts notification too all users who then refresh their database), but notification is not implemented... B4A Example WhatsApp Spy (educational purposes only) - Star-Dust    Nov 13, 2017   (16 reactions)   tags: whatsapp notification on this forum that intercepts notifications and laws. This is because all socialmedia warns of the arrival of a new message with a notification. I only selected WhatsApp. Of course you have to enable... does not work if WhatsApp is open and therefore does not alert you with notifications. If you have any... B4A Example Firebasemessaging (FCM): Receive messages in doze/sleep mode - KMatle    Nov 29, 2021   (10 reactions) using "legacy" FCM messaging (in my scenario I use data messages. The notifications... messages or your network is struggling 4. You can still mix data and notification messages (should work... Page: 1   2   |