Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with FirebaseAuthProvider #2162

Open
13wiki07 opened this issue Jun 17, 2024 · 0 comments
Open

Error with FirebaseAuthProvider #2162

13wiki07 opened this issue Jun 17, 2024 · 0 comments

Comments

@13wiki07
Copy link

Welcome to FirebaseUI and thanks for submitting an issue!

Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.

If not, please feel free to fill in the following info so we can help faster!

Step 1: Are you in the right place?

  • For issues or feature requests related to the code in this repository file a GitHub issue.
  • For general technical questions, post a question on StackOverflow tagged appropriately.
  • For general Firebase discussion, use the firebase-talk google group
  • For help troubleshooting your application that does not fall under one of the above categories, reach out to the personalized Firebase support channel

Step 2: Describe your environment

  • Android device: my own samsung
  • Android OS version: _____
  • Google Play Services version: _____
  • Firebase/Play Services SDK version: _____
  • FirebaseUI version: ____

Step 3: Describe the problem:

###I have a problem with FirebaseAuthProvider:
image
I really don't know how to repair it.
image

In every tutorial or something like that nobody has that issue.
I updated everything.
Please help.

I already have this:
image

Steps to reproduce:

  1. i just write Providers = new Firebase.Auth.FirebaseAuthProvider[]

Observed Results:

  • it has error but i don't know why.

Expected Results:

  • it should work like in tutorials without error

Relevant Code:

public class ConnectionFirebase
{
  public static FirebaseAuthClient ClientFirebase()
  {
      // Configure...
      var config = new FirebaseAuthConfig
      {
          ApiKey = "<API KEY>",
          AuthDomain = "<DOMAIN>.firebaseapp.com",
          Providers = new Firebase.Auth.FirebaseAuthProvider[]
          {
              // Add and configure individual providers
              new GoogleProvider().AddScopes("email"),
              new EmailProvider()
              // ...
          },
      };

      // ...and create your FirebaseAuthClient
      var client = new FirebaseAuthClient(config);

      return client;
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant