-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
bug: FirebaseAuthenticationPlugin - Unable to load plugin instance. Ensure plugin is publicly accessible #797
Comments
Unfortunately, I need a minimal, reproducible example to debug this issue. |
This issue has been labeled as Please provide a Minimal, Reproducible Example using this template in a public GitHub repository so we can debug the issue. If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for us to reproduce the issue. |
Hi @robingenz, here is the reproduction repository: Capacitor firebase repro When clicking Sign in -> Sign in with Google, there is this error appearing both on device, and in Android Studio logs. |
You're example does not seem to work:
The build command already fails. |
@robingenz , i forgot to remove the vite build, but it doesnt matter, because I am using remote url for server host in capacitor.config.json The app points to a hosted PWA, I just forgot to remove vite setup from default example |
The
As my time is very limited, I can unfortunately only offer support for the "proper use" of Capacitor. Therefore I am closing this issue. I recommend that you use Live Updates instead. They allow you to deliver updates in real time and are officially supported. |
Plugin(s)
Version
6.2.0
Platform(s)
Current behavior
Hi, Im just trying to implement Firebase Auth with Google, but after adding Firebase to project, when syncing with Capacitor and opening the Android Studio project i am getting:
NativePlugin io.capawesome.capacitorjs.plugins.firebase.authentication.FirebaseAuthenticationPlugin failed to load
com.getcapacitor.PluginLoadException: Unable to load plugin instance. Ensure plugin is publicly accessible
I see it in capacitor.settings.gradle:
Expected behavior
I would like the native Android code to recognize the plugin.
Reproduction
https://github.com/capawesome-team/.capacitor-app
Steps to reproduce
Sorry I didnt have time to make repro right now, but if needed I will provide it in a few days.
Other information
No response
Capacitor doctor
Latest Dependencies:
@capacitor/cli: 6.2.0
@capacitor/core: 6.2.0
@capacitor/android: 6.2.0
@capacitor/ios: 6.2.0
Installed Dependencies:
@capacitor/cli: 6.2.0
@capacitor/core: 6.2.0
@capacitor/android: 6.2.0
@capacitor/ios: 6.2.0
[success] iOS looking great! 👌
[error] index.html file is missing in
/Users/grga/Desktop/influencer/influencer-mobile/android/app/src/main/assets/public
Before submitting
The text was updated successfully, but these errors were encountered: