I can not create a new user on firebase with FirebaseAuthentication.net

By using the library FirebaseAuthentication.net, version: 3.7.1
I am trying to create a new user in firebase with the method: (private async void SignUpClicked(object obj)
With the next code I can not put a break point. The same code, and the same version of the library in a empty project it works, then something happen with Syncfusion.


using Firebase.Auth;

[SignUpPageViewModel.cs]
private async void SignUpClicked(object obj)
        {
            if (this.AreFieldsValid())
            {
                // Do something with firebase auth
                try
                {
string webAPIkey = "AIzaSyDogjZsyaCmzbxBiLHUfN1Q-Eg1WV4NEyk";
var authProvider = new FirebaseAuthProvider(new FirebaseConfig(webAPIkey));
}
}
}


The error showed is this one:

System.TypeLoadException: 'Could not load type of field 'Arriendame_v2.ViewModels.SignUpPageViewModel+<SignUpClicked>d__21:<authProvider>5__4' (7) due to: Could not resolve type with token 0100009c from typeref (expected class 'Firebase.Auth.FirebaseAuthProvider' in assembly 'Firebase.Auth, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null') assembly:Firebase.Auth, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null type:Firebase.Auth.FirebaseAuthProvider member:(null)'

thank you very much for your help.

3 Replies

SS Suganya Sethuraman Syncfusion Team May 20, 2021 07:03 AM UTC

Hi Mike,

Greetings from Syncfusion.

We have analyzed the reported query. Please provide more information, such as the controls used in the project, and also test removing Syncfusion controls from your project. This will help us to investigate further and provide better solution at earliest.

Regards,
Suganya Sethuraman.
 



MI Mike May 21, 2021 12:21 AM UTC

Hi thanks for the replay, I newbi using syncfusion, then I do not know what other information provide. I can attacht the project, which is :


Thanks a lot again!


SS Suganya Sethuraman Syncfusion Team May 21, 2021 01:09 PM UTC

Hi Mike,

We removed all syncfusion controls from the SignUpPage, but the problem with SignUp persists. As a result, the reported problem is unrelated to Syncfusion controls. We will analyse the error and share any information we discover to assist you in resolving it.

Regards,
Suganya Sethuraman.
 



Loader.
Up arrow icon