Robin Genz

Results 574 comments of Robin Genz

> Hi! Are you planning to implement this features? Thanks Yes, it's planned

@trancee No, there is no progress yet. You are very welcome to contribute! If you have any questions, let me know. Feel free to let me look at the Typescript...

Hi @pouriamoosavi, i was planning to implement this change in the next month or the month after. Unfortunately, this is not the only place where error messages can be thrown....

Not yet, I will work on it as soon as I have some more time. PRs are welcome.

Hi @aaronksaunders, yes, i need to improve the documentation. Did you find this document: https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/authentication/docs/firebase-js-sdk.md ? I think you refer to issue #140. As I have already mentioned there, I...

Okay, I think I understand the problem now. You're using the Firebase JS SDK on a native device? In this case the plugins [`addListener('authStateChange', ...)`](https://github.com/capawesome-team/capacitor-firebase/tree/main/packages/authentication#addlistenerauthstatechange-) method does not work, because...

You do not need to login the user again when returning to the app. Firebase handles this for you. You just need to configure the persistence setting correctly. Please have...

@leochaddad @bastifix Please create a new discussion (https://github.com/capawesome-team/capacitor-firebase/discussions) for such questions. This issue is not related to a specific auth provider.

Hi @Paso, have you added the following project variable to your `variables.gradle` file (usually `android/build.gradle`)? ```diff ext { + rgcfaIncludeFacebook = true } ``` Does the error only occur during...