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
下のコマンドを実行するとコレクションを複製できるようにしたい
# Hoge/${id} を 10個複製する ./fti -c --duplicate-collection "Hoge/${id}" --duplicate-num 10 # サブコレクションの場合はこういう感じで ./fti -c --duplicate-collection "Hoge/${parentID}/Fuga/${collectionID}" --duplicate-num 10
The text was updated successfully, but these errors were encountered:
Firebase AuthenticationのUIDをidとして指定したいという事例もあるので、複製後のidを指定できるとよさそうですね。
Sorry, something went wrong.
確かに
No branches or pull requests
下のコマンドを実行するとコレクションを複製できるようにしたい
The text was updated successfully, but these errors were encountered: