firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
367 stars 131 forks source link

Problem with your Google.Apis.Json.NewtonsoftJsonSerializer.Serialize(object obj) #260

Closed trinhnghia closed 3 years ago

trinhnghia commented 3 years ago

I have a problem with your Google.Apis.Json.NewtonsoftJsonSerializer.Serialize(object obj). It not get the Newtonsoft.Json.JsonProperty(string name) (Example: [JsonProperty("token")]) . It always return the name of property (Example "Token"). If I change to use Newtonsoft.Json.JsonConvert.SerializeObject(object obj) it return right. Please fix it! Thanks

hiranya911 commented 3 years ago

Wrong repo. Please report at https://github.com/googleapis/google-api-dotnet-client/tree/master/Src/Support/Google.Apis.Core/Json