capacitor-firebase icon indicating copy to clipboard operation
capacitor-firebase copied to clipboard

⚡️ Firebase plugins for Capacitor. Supports Android, iOS and the Web.

Results 103 capacitor-firebase issues
Sort by recently updated
recently updated
newest added

## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] The changes have been tested successfully. - [ ] A changeset has been created...

feature
package: authentication

**Is your feature request related to a problem? Please describe:** Sign-In Anonymously is currently not supported. **Describe the solution you'd like:** Support Sign-In Anonymously and `linkWith...` methods. Methods: - `signInAnonymously`...

feature
package: authentication

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

First off, great work. I have reviewed the documentation for logging into the Javascript SDK when initially logging in the user, but it is unclear to me how or If...

needs: triage

**Plugin(s):** "@capacitor-firebase/authentication": "^0.5.0" **Platform(s):** Android **Current behavior:** When using `const result = await FirebaseAuthentication.signInWithGoogle()` for example, the login is successful and `result.user` is returned. However, `authStateChange` is never fired. Note...

platform: android
needs: reproduction
needs: triage
package: authentication

**Is your feature request related to a problem? Please describe:** Currently the library allows only allows tenant ID additions on the providers. Cant see the option present in the signInWithEmailPassword...

feature
package: authentication

**Plugin(s):** - `@capacitor-firebase/authentication` **Platform(s):** - iOS **Current behavior:** See https://github.com/capawesome-team/capacitor-firebase/issues/30#issuecomment-1135213338. The `displayName` is missing when signing in with Apple on iOS (using `skipNativeAuth`). This is related to https://github.com/firebase/firebase-ios-sdk/issues/4393. We should...

bug/fix
platform: ios
package: authentication

**Plugin(s):** authentication **Platform(s):** android **Current behavior:** Linting the android project in CI environment fails when using the facebook provider because of missing dependency. ``` $ ./gradlew app:lint > Task :app:lintDebug...

help wanted
platform: android
package: authentication

**Is your feature request related to a problem? Please describe:** [Firebase Email Link Authentication](https://firebase.google.com/docs/auth/web/email-link-auth) is currently not supported. **Describe the solution you'd like:** Support Firebase Email Link Authentication.

feature
package: authentication

**Is your feature request related to a problem? Please describe:** I use two-factor authentication in my app and would love it if you could implement [verifyPhoneNumber](https://firebase.google.com/docs/reference/js/v8/firebase.auth.PhoneAuthProvider#verifyphonenumber). I'm not sure if...

feature
package: authentication