Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Firebase offers a storage service that allows users to store and retrieve large files or documents. To upload documents larger than 1.5 Mb to Firebase, you can use Firebase Storage SDKs for web or mobile.

Here is a simple way to achieve this:

  1. Create a Firebase project or open your existing project on Firebase console.
  2. Go to the Firebase Storage section in the console and create a storage bucket.
  3. Install Firebase Storage SDKs for web or mobile and authenticate your users with Firebase Authentication.
  4. Create a form to allow your users to upload files from their device or desktop.
  5. Use Firebase Storage SDKs to upload the selected file from the form to Firebase Storage.
  6. Handle the success or errors using Firebase Storage event handlers.

By following these steps, you can easily upload documents larger than 1.5 Mb to Firebase Storage.