Results 4 issues of mhDuke

npm WARN deprecated [email protected]: `core-js@=3.23.3` of core-js.

api: core

restrict `Google.Api.Gax` and `Google.Api.Gax.Rest` to version `2.7.0`. fixes #264

I am wondering whether firebase firestore support for the .net sdk is coming any time soon. we're planning whether we could stick to .Net or go for javascript/python sdks instead.

type: feature request
api: firestore

could you please explain to me why does `MultiTenantDbContext` requires `ITenantInfo` when a `string tenantId` parameter or ``` interface ICurrentTenant { string TenantId { get; set; } } ``` seems...

question