Replies: 1 comment 1 reply
-
I am experiencing the same issue. Any luck? |
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
-
Hi, I'm testing the @capacitor-firebase/authentication package with version = 6.1.0. On web is working perfectly but when I tried to test it on Android I am receiving the following error:
I have followed the package install instructions, executed npx cap sync and did the resync gradle packages. Can someone help me with this?
This is the only code I am testing:
`initializeApp({
projectId:"...",
appId:"...",
storageBucket:"...",
apiKey:"...",
authDomain:"...",
messagingSenderId:"..."
})
Beta Was this translation helpful? Give feedback.
All reactions