B4A Library FirebaseAuth - Authenticate your users - Erel    Aug 12, 2025   (21 reactions)   tags: Signin /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 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 Tutorial FirebaseAuth - Authenticate your users (Google + Facebook) - Erel    Mar 17, 2021   (2 reactions) /
FirebaseAuth allows your app to identify the user based on their Google or Facebook accounts.
We... and call FirebaseAuth.OpenUrl. Note that the signature of Application_OpenUrl has changed in v2.80....
iFirebaseAuth v2.51 is attached. It is an internal library. It adds a SignError (Error As Exception... B4A Question FirebaseAuth issue - aeric    Aug 11, 2023 , FirebaseAuth.FirebaseAuth)
Check the following libraries:
FirebaseAnalytics (Version 3.00)
FirebaseAuth... analytics As FirebaseAnalytics
Private auth As FirebaseAuth
End Sub
Public Sub Initialize
'... B4A Question FireBaseAuth NullPointerException on Initialize with last versions (B4A 8.30...) - scsjc    May 30, 2018 When compile, now get error on line : auth.initialize("auth") error : FirebaseAuth initialized Error occurred on line: 25 (Main) java.lang.NullPointerException at anywheresoftware.b4a.objects.FirebaseAuthWrapper.Initialize(FirebaseAuthWrapper.java:57) versions: B4A 8.30 FirebaseAuth library 1.02 com.google.firebase:firebase-auth (Google Maven) version 16.0.1... 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... B4i Question SOLVED - New v10.0 B4i Compiler Error - error: declaration of 'FIROAuthCredential' must be imported from module 'FirebaseAuth.Swift' - Robert Valentino    Nov 18, 2025
error: declaration of 'FIROAuthCredential' must be imported from module 'FirebaseAuth.Swift'
Tried to paste all errors but too large. Had to zip them
I do not know what this error is or how to fix it. This was a running up in the previous B4i compiler.... B4A Question Can get UserID from GoogleAuth2 with a FirebaseAuth Library? - scsjc    Jan 16, 2021 i use Firebase Auth to get the user information, in a Sub Auth_SignedIn i get the information from firebase auth,
but can't get the UserID from the part "google - accounts.google.com"
Sub auth_SignedIn (User As FirebaseUser)
log(User.Uid)
log(User.Email)
log(User.PhotoUrl... B4A Tutorial Integrating Firebase Services - Erel    Sep 14, 2020   (52 reactions)   tags: Integrating Firebase Serv, Integration Firebase, firebase (Macro, FirebaseAdMob.FirebaseAds) Firebase Auth CreateResourceFromFile(Macro, FirebaseAuth.FirebaseAuth) ...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... B4A Question Latest SDK update breaks FirebaseAuth Library - johndb    May 26, 2018   (1 reaction) the SDK update.
The following error occurs during the initialization of a FirebaseAuth instance... 'void com.google.firebase.auth.FirebaseAuth.addAuthStateListener(com.google.firebase.auth.FirebaseAuth$AuthStateListener)' on a null object reference
at anywheresoftware.b4a.objects.FirebaseAuthWrapper.Initialize(FirebaseAuthWrapper.java:57)
at com.scsoftwarestudios.aicalc.antennas.starter... Page: 1   2   3   4   5   6   |