Library documentation: FirebaseAuth - v1.06 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 FirebaseAuth - Authenticate your users - Erel    Mar 25, 2021   (19 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... 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 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... 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   (51 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 Example [B4X] [B4XPages] FirebasePush + FirebaseAuth - Star-Dust    Sep 17, 2020   (21 reactions) that a B4XPages example for firebaseAuth is missing and it is not easy to adapt.
I thought...Today for the first time, I started messing with B4XPages and Firebase. Even though I had already... 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... Wish Extends FirebaseAuth to support Microsoft - José J. Aguilar    Oct 26, 2022   (3 reactions) As every time more and more companies are using Office 365, it would be great we could auth the users with their Microsoft credentials.
Thanks¡¡... Page: 1   2   3   4   5   |