From b505d88d35e43c49b275157848b5cd879fd6fadc Mon Sep 17 00:00:00 2001 From: Vladimir Pecanac Date: Wed, 19 Aug 2026 13:03:39 +0200 Subject: [PATCH] Update Firebase sample: .NET 10, current bucket domain, cleanups - Retarget Firebase and Tests to net10.0 and bump packages (Google.Cloud.Firestore 4.4.0, Google.Cloud.Storage.V1 4.15.0, FirebaseAdmin 3.6.0, FirebaseAuthentication.net 4.1.0, JwtBearer/Mvc.Testing 10.0.11, test tooling to current). - BucketName now uses the current default Cloud Storage domain PROJECT_ID.firebasestorage.app; appspot.com only applies to buckets created before September 2024. - Drop the redundant [Required] from ShoeDto.Price: on a non-nullable decimal the model binder cannot tell "absent" from zero, so the attribute implies a guarantee it does not provide. - Replace the bare