TAKOYAKING’s blog 一覧

TAKOYAKING’s blog

たこ焼き系

2021-05-01から1ヶ月間の記事一覧

Cloud Storage: 「Firebase.Storage.StorageException: Permission denied. Could not perform this operation Http Code: 403」

現象 Firebase.Storage.StorageException: Permission denied. Could not perform this operation Http Code: 403 google cloud storageでUnityからデータをダウンロードしようとすると上記のエラーがでた。 解決 Firebaseのログイン処理を通過して実行しな…

Firebase: 異なるcollection配下にある複数のDocumentにトランザクションを実行する方法

状況 異なるcollection配下にある複数のdocumentに対してtransactionを実行したい やり方 参考: Cloud Firestore で複数の DocumentReference に対し Transaction を実行する - Qiita同じトランザクションを使い回せば大丈夫なようです。 入れ子にした、違…