-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FATAL EXCEPTION: main - Attempt to invoke interface method 'com.getcapacitor.JSObject io.capawesome.capacitorjs.plugins.firebase.firestore.interfaces.Result.toJSObject()' on a null object reference #469
Comments
@FrancescoIoppolo I just published a dev version with a fix:
Can you please tell me if the problem is fixed? |
yes, solve it! great now I get this: FATAL EXCEPTION: CapacitorPlugins |
This should help you: #456 (comment) |
Yes you are right. Everything is OK! thanks
Il giorno mer 18 ott 2023 alle ore 11:45 Robin Genz <
***@***.***> ha scritto:
… This should help you: #456 (comment)
<#456 (comment)>
Please read the plugin documentation again and make sure you correctly
configured the plugin.
—
Reply to this email directly, view it on GitHub
<#469 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWRKC4SPMGXTKQVUGA63FE3X76QKXAVCNFSM6AAAAAA6FFII7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRYGA3TSNRSGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thanks for testing! |
Discussed in #468
Originally posted by FrancescoIoppolo October 18, 2023
On Android I get this error:
Can you help me?
FATAL EXCEPTION: main
Process: digipetx.app, PID: 16119
java.lang.NullPointerException: Attempt to invoke interface method 'com.getcapacitor.JSObject io.capawesome.capacitorjs.plugins.firebase.firestore.interfaces.Result.toJSObject()' on a null object reference
at io.capawesome.capacitorjs.plugins.firebase.firestore.FirebaseFirestorePlugin$3.success(FirebaseFirestorePlugin.java:129)
at io.capawesome.capacitorjs.plugins.firebase.firestore.FirebaseFirestore.lambda$getDocument$4(FirebaseFirestore.java:84)
at io.capawesome.capacitorjs.plugins.firebase.firestore.FirebaseFirestore$$ExternalSyntheticLambda1.onSuccess(Unknown Source:4)
at com.google.android.gms.tasks.zzm.run(com.google.android.gms:play-services-tasks@@18.0.2:1)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:264)
at android.app.ActivityThread.main(ActivityThread.java:8312)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
The text was updated successfully, but these errors were encountered: