We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firestoreの検索機能を上手く使うためにkeyとして他のドキュメントのIDを持つフィールドを設ける場合があります。その場合ftiのペイロードとして以下のような構造体が使われます。
[ { ref: "Option__dummy_0", payload: { name: "選択肢1", }, }, ]
[ { ref: "Foo__dummy_0", payload: { Options: { $Option__dummy_0: true, }, }, }, ]
これを正しく動かすためには、keyに対するrefの置換処理を挟む必要があります。
The text was updated successfully, but these errors were encountered:
Merge pull request #15 from /issues/14/main
6f81271
common inserterにmap[string]interfaceの場合のkeyの差し替えを実装
say-ya-sigma
Successfully merging a pull request may close this issue.
firestoreの検索機能を上手く使うためにkeyとして他のドキュメントのIDを持つフィールドを設ける場合があります。その場合ftiのペイロードとして以下のような構造体が使われます。
これを正しく動かすためには、keyに対するrefの置換処理を挟む必要があります。
The text was updated successfully, but these errors were encountered: