Replies: 2 comments 1 reply
-
Please provide a Minimal, Reproducible Example using this template in a public GitHub repository so I can debug it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you fine any solution @wesleyt95 ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm still having trouble connecting to the capacitor-firebase auth/firestore plugins, not sure what I did wrong... This is android google sign in btw, google-services.json is in the root app folder as well; I'm using vue/quasar if that matters. I have successfully logged in on web before but on Android Studio I get the errors:
Attempt to invoke virtual method 'void io.capawesome.capacitorjs.plugins.firebase.authentication.handlers.GoogleAuthProviderHandler.signIn(com.getcapacitor.PluginCall)' on a null object reference (Ask Gemini)
&com.google.firebase.firestore.FirebaseFirestoreException: Failed to get document because the client is offline.
android/build.gradle:
android/app/build.gradle:
variables.gradle:
capacitor-config.json:
capacitor-config.ts:
Beta Was this translation helpful? Give feedback.
All reactions