Android Question [solved] Firebase Auth problem

trepdas

Active Member
Licensed User
after playing around with firebase / firebase auth - in a sudden way, I can no longer authenticate.

when I try to authenticate - nothing happens and signing in is being ignored...

any ideas?

log:
SignInWithGoogle called
** Activity (main) Pause event (activity is not paused). **
*** page 2: B4XPage_Disappear [page 2]
Class androidx.fragment.app.FragmentManager failed lock verification and will run slower.
Class androidx.fragment.app.FragmentStore failed lock verification and will run slower.
Class androidx.fragment.app.FragmentLifecycleCallbacksDispatcher failed lock verification and will run slower.
Class androidx.lifecycle.ViewModel failed lock verification and will run slower.
Input channel constructed: fd=149
setView = DecorView@153dac1[SignInHubActivity] TM=true MM=false
MSG_WINDOW_FOCUS_CHANGED 0
dispatchAttachedToWindow
sf_framedrop debug : 0x4f4c, game : false, logging : 0
Relayout returned: old=[0,0][0,0] new=[0,0][720,1280] result=0x7 surface={valid=true 3242940416} changed=true
EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000,  [720x1280]-format:1
eglCreateWindowSurface = 0xbe7ecfd0, 0xc14b5808
MSG_RESIZED_REPORT: frame=Rect(0, 0 - 720, 1280) ci=Rect(0, 48 - 0, 0) vi=Rect(0, 48 - 0, 0) or=1
Input channel destroyed: fd=147
MSG_WINDOW_FOCUS_CHANGED 1
Starting input: tba=android.view.inputmethod.EditorInfo@9c7cdbb nm : itag.b4x ic=null
startInputInner - Id : 0
startInputInner - mService.startInputOrWindowGainedFocus
Input channel constructed: fd=147
MSG_WINDOW_FOCUS_CHANGED 0
sending message to waiting queue (OnActivityResult)
MSG_WINDOW_FOCUS_CHANGED 1
Starting input: tba=android.view.inputmethod.EditorInfo@463c2d8 nm : itag.b4x ic=null
startInputInner - Id : 0
startInputInner - mService.startInputOrWindowGainedFocus
Input channel constructed: fd=148
Input channel destroyed: fd=147
running waiting messages (1)
SignInWithGoogle.ResultArrived
ResultArrived Error: Status{statusCode=DEVELOPER_ERROR, resolution=null}, null
** Activity (main) Resume **
*** page 2: B4XPage_Appear [page 2]
eglDestroySurface = 0xbe7ecfd0, 0xc14b5800
Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x5 surface={valid=false 0} changed=true
dispatchDetachedFromWindow
channel '84f19e6 itag.b4x/com.google.android.gms.auth.api.signin.internal.SignInHubActivity (client)' ~ Disposing input event receiver.
channel '84f19e6 itag.b4x/com.google.android.gms.auth.api.signin.internal.SignInHubActivity (client)' ~NativeInputEventReceiver.
Input channel destroyed: fd=149
 
Last edited:

trepdas

Active Member
Licensed User
This is very weird .
I didn't change anything in the code from the time it worked yesterday :(
or did I ? šŸ¤”
 
Last edited:
Upvote 0

trepdas

Active Member
Licensed User
I was fiddling around for the last few days with no success how to get back to a working firebase auth.

Didn't understand too much from the log...
can anyone advice how to start digging for this?

log:
SignInWithGoogle called
** Activity (main) Pause event (activity is not paused). **
*** page 3: B4XPage_Disappear [page 2, page 3]
Class androidx.fragment.app.FragmentManager failed lock verification and will run slower.
Class androidx.fragment.app.FragmentStore failed lock verification and will run slower.
Class androidx.fragment.app.FragmentLifecycleCallbacksDispatcher failed lock verification and will run slower.
Class androidx.lifecycle.ViewModel failed lock verification and will run slower.
Input channel constructed: fd=83
setView = DecorView@ca014e4[SignInHubActivity] TM=true MM=false

Input channel destroyed: fd=83
Log reader error: java.io.InterruptedIOException: read interrupted
-1 received
writer error
java.lang.InterruptedException
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2034)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2068)
    at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:387)
    at anywheresoftware.b4a.remotelogger.Connector$Writer.run(Connector.java:160)
    at java.lang.Thread.run(Thread.java:764)
Starting remote logger. Port: 18764
After accept

šŸ¤”
 
Last edited:
Upvote 0

trepdas

Active Member
Licensed User
Oh my binaric goodness.
so much log to fix such a minor issue...

I will skip the "How did you find it out" part and just move on with the coding.
Thanks Erel!
it works now!
 
Upvote 0
Top