capawesome-team / capacitor-firebase

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

Home Page:https://capawesome.io/plugins/firebase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication issue to use MS auth directly with firebase

SureshKumarToverto opened this issue · comments

Plugin(s)

  • Analytics
  • App
  • App Check
  • Authentication
  • Crashlytics
  • Cloud Firestore
  • Cloud Messaging
  • Cloud Storage
  • Performance
  • Remote Config

Version

5.3.0

Platform(s)

  • Android
  • iOS
  • Web

Current behavior

When setting up authentication using Microsoft Sign-In on iOS, after building the project in Xcode, an alert message appears stating, "Could not launch the 'App' .Failed to get the task for the process." However, when disconnecting the mobile device from the PC, the app starts building. After clicking the login button, it closes automatically.
Error:
Screenshot 2023-12-29 at 5 41 18 PM
Error message :
5b612e17-64b2-4a49-bc78-67c14bd6651e

Expected behavior

We need to implement login using Firebase Microsoft Sign-In for both iOS and Android. Thanks.

Reproduction

https://github.com/capawesome-team/capacitor-firebase/tree/main/packages/authentication

Steps to reproduce

  • Build the application on iOS using Xcode.

Other information

No response

Capacitor doctor

  • ionic cap build ios --prod

Before submitting

  • I have read and followed the bug report guidelines.
  • I have attached links to possibly related issues and discussions.
  • I understand that incomplete issues (e.g. without reproduction) are closed.

This issue has been labeled as needs: reproduction. This label is added to issues that need a code reproduction.

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.