B4A Library FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) - Erel    Jun 26, 2023   (47 reactions)   tags: Fcm, Firebase, Push, Messaging Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023... in order to receive messages. The FirebaseMessaging receiver will be started by the OS when a new... is started again. Firebase Cloud Messaging service is a layer above Google Cloud Messaging service... request. It is also possible to send message from the Firebase console, though it is not very useful... the Firebase integration tutorial: https://www.b4x.com/android/forum/threads/integrating-firebase-services... Other Firebase Notifications & Firebase Auth Issues - Erel    Jun 17, 2018   (10 reactions)   tags: Firebase There were two issues recently with FirebaseNotifications and FirebaseAuth. Both issues were resolved. The purpose of this post is to make things clear as you will find older posts with now incorrect... (including firebase-auth). 2. Update FirebaseAuth and FirebaseAnalytics: https://www.b4x.com/android... then you should update FirebaseNotifications: https://www.b4x.com/android/forum/threads/updates-to.../threads/integrating-firebase-services.67692/#content If you are using an older version then... B4A Tutorial [B4X] Firebase Push Notifications 2023+ - Erel    Feb 9, 2025   (31 reactions) file. This file includes a private key that gives access to your firebase account. Keep it secured... work properly unless you using the B4J tool to send the messages. B4A 1. Follow the generic Firebase integration tutorial: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692.... The notification is created in FirebaseMessaging receiver. Note that in debug mode, it will only work.... FirebaseMessaging module isn't shared between the two projects. It is different in B4A and B4i. 3... B4A Library FirebaseAuth - Authenticate your users - Erel    Aug 12, 2025   (21 reactions)   tags: Signin account (more identity providers will be added in the future). 44939 Like all Firebase services... the Firebase Auth manifest snippet: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ 2. This service requires that the signing key SHA1 signature is set in the Firebase.../images/SS-2016-06-13_16.38.08.png Initialize the FirebaseAuth object and call SignInWithGoogle to... Process_Globals Private auth As FirebaseAuth End Sub Sub Globals Private lblName As Label End Sub Sub... B4A Library FirebaseAdMob - Admob ads integrated with Firebase backend - Erel    Jun 16, 2021   (21 reactions)   tags: ads, FirebaseAdMob, Admob, Firebase Use FirebaseAdMob2 instead: https://www.b4x.com/android/forum/threads/firebaseadmob2-google-mobile.... It is integrated with Firebase services so you can better track and analyze the results. https://firebase... to follow the Firebase integration tutorial: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ Make sure to include the Ads manifest snippet. Full example that shows...://www.b4x.com/android/forum/threads/firebaseadmob-admob-ads-integrated-with-firebase-backend.67710... B4i Library Firebase v3.00 + iAdMob v4.10 + Facebook 9.3 - Erel    Dec 8, 2025   (7 reactions) Edit: Latest version of Firebase + iAdMob is included with the builder. A new package with an updated Firebase and AdMob sdks is available. Updates: - iAdMob v4.10 is included in the package. It fixes an issue with RewardsAds not raising events. Note that the internals of this type have changed. You can use NativeObject.GetField("ad") to get the native ad. - iAdMob v4.0 is included in the package. This includes implementation of UMP: https://developers.google.com/admob/ios/privacy... B4A Tutorial Integrating Firebase Services - Erel    Sep 14, 2020   (52 reactions)   tags: Integrating Firebase Serv, Integration Firebase, firebase 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 project: https://console.firebase.google.com/ Make sure that the package name matches your app's...). You can test whether Google Play Services is available with FirebaseAnalytics.IsGooglePlayServicesAvailable or... B4i Tutorial FirebaseNotifications / Push Messages (server not required) - Erel    Jun 26, 2023   (6 reactions)   tags: Erel Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ The configuration steps are still relevant. 261132706 Firebase Notifications service makes it relatively easy to send push messages. Integrating Firebase: https://www.b4x.com/android/forum/threads/firebase-integration.68623/ Push messages in iOS requires some configuration. 1. Create...://www.b4x.com/android/forum/threads/firebase-messaging-apn-authentication-keys-vs-authentication... B4A Library AdsHelper extends FirebaseAdMob2 / Google Mobile Ads v20.0+ - Erel    Sep 3, 2025   (19 reactions) concepts. 2 Add to manifest editor: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) CreateResourceFromFile (Macro, FirebaseAdMob2.FirebaseAds) AddReplacement($ADMOB_APP_ID$, ca-app-pub... B4A Library FirebaseAdMob2 - Google Mobile Ads SDK v20+ - Erel    Aug 18, 2025   (17 reactions) . It is a modified version of FirebaseAdmob (1). This library works with Google Mobile Ads v20+. The previous library works with v19-. Note that you can use FirebaseAdMob2 without creating a Firebase account...: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) CreateResourceFromFile (Macro, FirebaseAdMob.FirebaseAds) AddReplacement($ADMOB_APP_ID$, ca-app-pub-12673333333~67613333333) 2. Initialize.../769ccea0f435d1b5cd59dc89f5237385d7850dcb/Libs_FirebaseAdMob/src/anywheresoftware/b4a/admobwrapper/AdViewWrapper.java It depends... Page: 1   2   3   4   5   6   7   |