12
Firestore ile bir “nesne dizisi” nasıl güncellenir?
Şu anda Firestore'u deniyorum ve çok basit bir şeye sıkışıp kaldım: "bir diziyi güncelleme (aka bir alt belge)". DB yapım süper basit. Örneğin: proprietary: "John Doe", sharedWith: [ {who: "first@test.com", when:timestamp}, {who: "another@test.com", when:timestamp}, ], Yeni kayıtları shareWithnesneler dizisine aktarmaya çalışıyorum (başarılı olamıyorum) . Denedim: // With SET firebase.firestore() .collection('proprietary') …