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... 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... 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... 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... B4i Library Firebase v3.00 + iAdMob v4.10 + Facebook 9.3 - Erel    Apr 24, 2025   (7 reactions) A new package with an updated Firebase and AdMob sdks is available.
The new version requires Xcode 14+
Mac: https://www.b4x.com/b4i/files/Firebase301.zip
Updates:
- iAdMob v4.10 is included in... 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... B4A Library [B4X] Supabase - The Open Source Firebase alternative - Alexander Stolte    Mar 17, 2025   (51 reactions) 145254
Supabase is an open source Firebase alternative. It provides all the backend services you need to build a product. Supabase uses Postgres database with real-time capabilities. Basically... B4A Library Facebook - Extends FirebaseAuth to support Facebook - Erel    Nov 7, 2022   (25 reactions)   tags: Facebook Authentication This library requires B4A v12.0+
45045
This library together with FirebaseAuth allows users to sign in to your app with a Facebook or Google account.
Start with configuring FirebaseAuth: https... B4i Library Firebase + Facebook v2.0 - July 2019 - Erel    Jan 11, 2024   (8 reactions) Newer version: https://www.b4x.com/android/forum/threads/firebase-v3-00-iadmob-v4-00.144798/#content The four Firebase libraries and Facebook library were updated and are now based on the latest versions of the underlying SDKs. Instructions: - Download PC-Libraries.zip, unzip it and copy the XML files to the internal libraries folder. - If using a local Mac then: 1. Download Mac-Wrappers.zip... in the Mac libs folder: www.b4x.com/b4i/files/FirebaseMacFrameworks2.zip PC-Libraries are only... B4A Library FirebaseAnalytics - Erel    Aug 14, 2025   (11 reactions)   tags: FirebaseAnalytics This library requires B4A v6+.
Adding support for Firebase analytics:
1. Follow the Firebase integration tutorial: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/#content
2. In Starter service:
Sub Process_Globals
Public analytics As FirebaseAnalytics
End Sub...: 100))
Note that it can take several hours until the data is available in Firebase console:
https... Page: 1   2   3   4   |