Skip to content

conflict between FirebaseAdmin 1.17.1 and Google.Cloud.Firestore 2.2.0 #264

@mhDuke

Description

@mhDuke

there is a conflict arises when I include both FirebaseAdmin 1.17.1 and Google.Cloud.Firestore 2.2.0 packages.

FirebaseAdmin 1.17.1 package has a dependency on Google.Api.Gax 2.7.0.
Google.Cloud.Firestore 2.2.0 package has a dependency on Google.Api.Gax 3.2.0.

When installing both packages side by side in one .Net project, the FirebaseAdmin 1.17.1 automatically grabs the higher version Google.Api.Gax 3.2.0 which causes compile errors. specifically because the use of Microsoft.Bcl.AsyncInterfaces in Google.Api.Gax 3.2.0 while using System.Interactive.Async in Google.Api.Gax 2.7.0

I guess this issue belongs here because FirebaseAdmin is not restricting Google.Api.Gax dependency to version 2.7.0

When installing FirebaseAdmin 1.17.1 solely.
google api gax

When installing both packages
google api gax_together

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions