Membuat serialisasi kueri Firestore untuk eksekusi di tempat lain
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Membuat serialisasi kueri Firestore untuk eksekusi di tempat lain
Contoh kode
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],[],[[["This code snippet demonstrates how to serialize a Firestore query for use in another location."],["The code utilizes `GetPartitionedQueries` to create a set of partitioned queries from a Firestore collection group."],["It then serializes one of these partitioned queries using the `Serialize` method, converting it into a byte array."],["The serialized query can be deserialized back into a functional query object using the `Deserialize` method."]]],[]]