capacitor-firebase: bug: Google Signin Not Working after publishing to Playstore

Plugin(s):

@capacitor-firebase/authentication”: “1.2.0”,

Platform(s):

Android

Current behavior:

I have created the app name bepositive i have used “@capacitor-firebase/authentication”: “1.2.0”, google signin working fine while i create apk and test but after publishing on playstore not working here is my app playstore link BePositive Expected behavior:

Steps to reproduce:

Related code:

async googleLogin() {
      const result = await FirebaseAuthentication.signInWithGoogle();
      this.apiCall.api_postLogin(this.UserData);
    }

Other information:

Capacitor doctor:

Latest Dependencies:

  @capacitor/cli: 4.6.3
  @capacitor/core: 4.6.3
  @capacitor/android: 4.6.3
  @capacitor/ios: 4.6.3

Installed Dependencies:

  @capacitor/cli: 4.2.0
  @capacitor/core: 4.2.0
  @capacitor/android: 4.2.0
  @capacitor/ios: 4.2.0

[success] Android looking great! 👌

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 16 (7 by maintainers)

Most upvoted comments

Thank you for your request! not working is too little information. Do you have any error messages?