Android Question FireBase UI Auth Error !!

Peppe B

Active Member
Licensed User
B4A V8.50
Libs loaded into the project

AppCompat (Version: 4.00)
Core (Version: 8.50)
DesingSupport (Version: 3.00)
FireBaseAnalytics (Version: 1.02)
FireBaseNotifications (Version: 1.21)
FirebaseUI (Version: 0.21)
JavaObject (Version: 2.05)


I'm using lib
https://www.b4x.com/android/forum/t...-new-dimension-in-authentication.87580/page-2

But when I add the option google gives me the following error

ib.addProvider(ib.IdpGOOGLE_PROVIDER)

B4X:
Logger connected to: 5200760003c82573
--------- beginning of main
--------- beginning of system
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
true BUCETAAA
** Activity (main) Resume **
FBAuth_SignedIn
You are logged offf
FBAuth_IdTokenChanged((FirebaseUser) Not initialized)
FBAuth_TokenAvailable(true,null)
*** Service (firebasemessaging) Create ***
** Service (firebasemessaging) Start **
FBToken = eY9cj4KaUXI:APA91bF44bp4znYkt6qy7TPmeNb-baZykhnSED8zKcO_JPV3GzHCgxB4j7MCPmf0-035KYjIDmVG1l-uSJZCVvmmF9Hrn5s-7ZARYf9mWX2A9dArSBgYNAOOKBpyUAKSl1mt9a2qyaHE
(NullPointerException) java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getString(int)' on a null object reference
** Activity (main) Pause, UserClosed = false **
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top