Bernardo Baumblatt
Bernardo Baumblatt
Hi @SupineDread , This file is part of your web project, and is the main configuration file of Capacitor Framework. You should find it at the root of your project...
Hi Matheo, I wondering if we really need this feature on the plugin, please, take a look at an old [issue](https://github.com/baumblatt/capacitor-firebase-auth/issues/3) about this feature. Please, let me know a little...
Hello, The job made by @lincolnthree can be previewed on release candidate `v3.0.0-rc.0` on `future` tag. As soon as we hearing the tests result the working is promoted to tag...
Hi Nelson, Please, keep in mind that you can do it just accessing the plugin direct with your own Javascript layer. You can, just copy and paste the code to...
Hi Alyzhia, For awhile, the plugin does not provide this feature, but it's not impossible using you own Javascript layer accessing the plugin directly and handling the authentication with linking...
Hi Yuki, There is a good discussion about firebase App not initialized at [issue #1 ](https://github.com/baumblatt/capacitor-firebase-auth/issues/1). Did you got any exception in `logcat`? Best Regards, Bernardo Baumblatt
Hi Yuki, Did you solve your issue? If not, can you shared the your `logcat`? Best regards, Bernardo Baumblatt.
Hi Piotrzuzak, This happens when your Firebase application is not initialized correctly, but in your case this is very strange, because according to the logs sent the plugin has been...
Hi @piotrzuzak , Thank you by sharing your project, otherwise, I would never has figured out that the problem was rising on web tier before calling the native tier. In...
Hello Zdeněk, Can you please take a look at alternative facade? The docs are [here](https://github.com/baumblatt/capacitor-firebase-auth#alterantive-use-of-javascript-facade). This is how we solve the same requirements for Twitter. Please let me know if...