# ファイルストア

このドキュメントでは、ニフクラ mobile backendのファイルストアを使用する基本的な方法について、Firebaseでどのようにコーディングするかをサンプルアプリをもとに解説します。

{% embed url="<https://mbaas.nifcloud.com/doc/current/filestore/basic_usage_javascript.html>" %}

## サンプルアプリについて

サンプルアプリは、次の機能を持っています。

{% embed url="<https://github.com/monaca-samples/firebase-storage>" %}

1. **ファイルアップロード**: \
   ドキュメント、画像、動画をFirebaseにアップロードできます。
2. **ファイル検索**: \
   検索機能は、ファイル名に基づいてファイルを絞り込むことが可能です。
3. **ファイル一覧表示**: \
   アップロードされた全ファイルの一覧を表示します。この一覧表示には、ファイル名、アップロード日時などの情報が含まれます。
4. **ファイル削除**: \
   表示されたファイル一覧からチェックをつけたファイルを対象に削除することができます。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ja.docs.monaca.io/migration-guide/nifcloud/fairusutoa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
