I have downloaded the latest version of B4a with all the essentials from b4x.
I use Firebase notification in one of my projects, but it gives an error when compiling. This error also appears in an empty project that lacks a library.
Google has acquired a company named Firebase and is now offering many backend services under the Firebase umbrella. Most of them are free. Integrating the services is relatively simple. 1. Use B4A Sdk Manager tool to install all recommended items. 2. Register with Firebase and create a new...
Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ Clarification: The nice thing about FCM is that your app doesn't need to run in order to receive messages. The FirebaseMessaging receiver will be started by the OS when a new message...