Android Question Firebase error

Status
Not open for further replies.

elitevenkat

Active Member
Licensed User
Longtime User
The firebase project was working perfectly in my pc windows 7 with b4a7.8 platform-23.

i had installed b4a 7.8 in windows 10 64 bit. Followed all the instructions and installed all recommended sdk. The sdk installer had created platform 27.

when i try to run the firebase app, it throws the following error

I had reported this issue in the forum couple of days back. I did try the suggested solutions with out success.
I had reinstalled b4a couple of times.
Finally today i formatted my hdd and again installed b4a and sdk
Same old error.
Going back to my good old pc!!!


Logger connected to: samsung SM-G615F
--------- beginning of main
--------- beginning of system
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
*** Service (firebasemessaging) Create ***
Error occurred on line: 8 (FirebaseMessaging)
java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.firebase.iid.FirebaseInstanceId.zza(java.lang.String)' on a null object reference
at com.google.firebase.messaging.FirebaseMessaging.subscribeToTopic(Unknown Source)
at anywheresoftware.b4a.objects.FirebaseNotificationsService$FirebaseMessageWrapper.SubscribeToTopic(FirebaseNotificationsService.java:126)
at com.eoos.android.firebasemessaging._service_create(firebasemessaging.java:175)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:710)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:339)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:249)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:139)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:166)
at com.eoos.android.firebasemessaging.onCreate(firebasemessaging.java:55)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3534)
at android.app.ActivityThread.-wrap6(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1732)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6776)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1496)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1386)
 

elitevenkat

Active Member
Licensed User
Longtime User
@DonManfred and @Erel
my intention is not to create duplicate threads and i have never done that. I wanted to convey that, in spite of following all the referred possible solutions, re installing b4a couple of times and formatting and loading windows 10, i am not able to make it work.
Moreover in another system the same project is working perfectly. The only difference is in old system i had used platform 23 and now platform 27.
out of frustration and having tried various possible methods with out success, i posted it.
I am extremely sorry for that.
 
Upvote 0
Status
Not open for further replies.
Top