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... 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 [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 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 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... 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... B4A Library FirebaseAdMob v1.6 - Erel    Jun 21, 2020   (17 reactions) Google has added a few new requirements to AdMob implementation. You must make these changes if you are using the latest versions of Android SDK libraries (firebase-ads 18.1.1+). Instructions: 2. Find your AdMob app id and add it to the manifest editor: 'This is a sample AdMob app id. You need to change it to your id. AddReplacement($ADMOB_APP_ID$, ca-app-pub-3940256099942544~3347511713) How to find the id: https://support.google.com/admob/answer/7356431?hl=en 3. Initialize MobileAds in... B4A Library FirebaseStorage - Simple file storage backend - Erel    Sep 14, 2020   (25 reactions)   tags: BrA_FB, Firebase, firebase storage FirebaseStorage service is similar to a FTP server. Clients can upload and download files. FirebaseStorage takes it a step further and adds an authorization layer. Google are offering a free package and a paid package: https://firebase.google.com/pricing/ The free offer is quite generous. FirebaseStorage works together with FirebaseAuth for the access control. The rules are set in Firebase... based on your app id): service firebase.storage { match /b/b4a-test1.appspot.com/o { match /auth... Page: 1   2   3   |