Other Firebase Notifications & Firebase Auth Issues - Erel    Jun 17, 2018   (10 reactions)   tags: Firebase (including firebase-auth). 2. Update FirebaseAuth and FirebaseAnalytics: https://www.b4x.com/android...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... then you should update FirebaseNotifications: https://www.b4x.com/android/forum/threads/updates-to... the new CreateResourceFromFile macro feature to add the snippets. https://www.b4x.com/android/forum... B4A Question Firebase Authentication Sample - Error on auth.Initialize("auth") statement - virpalacios    Sep 20, 2020 invoke virtual method 'void com.google.firebase.auth.FirebaseAuth.addAuthStateListener(com.google.firebase.auth.FirebaseAuth$AuthStateListener)' on a null object reference at anywheresoftware... I got this message java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.firebase.auth.FirebaseAuth.addAuthStateListener(com.google.firebase.auth.FirebaseAuth$AuthStateListener)' on a null object reference. Thanks in Advance for Any Advise to fix this issue. Best... 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.
*** Service (starter) Create ***
java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.firebase.auth.FirebaseAuth.addAuthStateListener(com.google.firebase.auth.FirebaseAuth$AuthStateListener)' on a null object reference
at anywheresoftware.b4a.objects... 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... the Firebase Auth manifest snippet: https://www.b4x.com/android/forum/threads/integrating-firebase... Process_Globals
Private auth As FirebaseAuth
End Sub
Sub Globals
Private lblName As Label
End Sub
Sub...-backend-authentication-for-signed-in-users.68672/
FirebaseAuth is an internal library now... B4A Question FirebasAuth error message - new_danoptic    Apr 27, 2020 .lang.NullPointerException: Attempt to invoke virtual method '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:73) at com.kadalshany.firebaseauth.main._activity_create(main.java:387) at java.lang...) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os... B4i Tutorial FirebaseAuth - Authenticate your users (Google + Facebook) - Erel    Mar 17, 2021   (2 reactions) Start with this tutorial: https://www.b4x.com/android/forum/threads/firebase-integration.68623/
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 Library FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) - Erel    Jun 26, 2023   (47 reactions)   tags: Fcm, Firebase, Push, Messaging .67692/ Make sure to add the Notifications snippet. You should also reference FirebaseAnalytics 2. Add a Receiver named FirebaseMessaging to your app (must be this name): Sub Process_Globals...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 Question Firebase Auth error - gigi0ne    Aug 22, 2022 .NullPointerException: Attempt to invoke virtual method 'void com.google.firebase.auth.FirebaseAuth.addAuthStateListener(com.google.firebase.auth.FirebaseAuth$AuthStateListener)' on a null object...Hello everybody I have a little problem, when I try to use the firebase authentication library... auth.SignInWithGoogle End Sub Sub btnSignOut_Click auth.SignOutFromGoogle lblName.Text = "Goodbye!" End Sub Sub Auth_SignedIn (User As FirebaseUser) Log("SignedIn... B4A Question FireBaseAuth error : ( AuthStateListener)' on a null object reference - WebQuest    Sep 29, 2019 :
java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.firebase.auth.FirebaseAuth.addAuthStateListener(com.google.firebase.auth.FirebaseAuth$AuthStateListener)'...Hi guys I'm updating my app in playstore, I want to enter the FirebaseAuth service to access... the FireBaseAuth libraries, for authentication, JdbcSQL to read and write in the FireBase database... Page: 1   2   3   4   5   6   7   |