Firebase Storage in Unity : How to Upload and Download files [2021]

preview_player
Показать описание
We'll be implementing the firebase storage APIs to upload and download files in our Unity project.

Timestamps:

00:00 - Intro
00:30 - Create a firebase bucket
01:00 - Set the bucket rules
01:25 - Uploading files directly from the console.
02:00 - Load image from a URL in Unity
03:55 - Implement firebase storage APIs
06:05 - Implement file selection in Unity
09:00 - Implement upload file to a bucket in Unity
10:15 - Set file metadata while uploading
11:00 - Common Issues and Fixes
11:15 - Further Improvements

.....................................................................................

📖 Resources :

......................................................................................

✔✔ Follow us:

#firebase #unity #firebasestorage #upload #download
Рекомендации по теме
Комментарии
Автор

Very helpful. To the point and clearly explained. Thank you

alexcmd
Автор

Hey man, thank you very much for your video, you just won a new suscription. I have a question though: is it possible to forcefully resize the picture that is uploaded, to (for example) 400 x 400 pixels ? As I'm seeing here, there is no filter and therefore the user can upload a large photograph, which will use storage for nothing (since at the end the profile pic will be displayed in small size). Many thanks in advance for your response.

santa_suerte
Автор

Thank you so much for sharing this wonderful & super useful video. This completed my project!

gitaecookiemonster
Автор

Hi!! Thanks for the tutorial!! My question is; why to use the firebase api if it already works without it?

iBertuh
Автор

Very good job! I want to ask you how can I download the image from firebase to my device ?

Xristosmoure
Автор

How are you getting your images to appear after you upload them? I'm trying to do that for mine but I'm having zero luck

unforeseeable.
Автор

Looking forward to see more tutorials on firebase

ramuchilla
Автор

Hey! Really helpful video. Just wanted to know, do you know a way to compress image size on upload? Some occupy a bit too much space and i want to minimize the space taken from that...

barbariankinggamer
Автор

Nice tutorial! however i ran into some problems at the very start of the tutorial, in my unity "FirebaseReference" is not presence anywhere. is there a way to fix this?

ModestBrain
Автор

perhaps you can slow down a bit, anyway u just earn a new subscriber. nice job

riblehunter
Автор

Very nice job! How can i get file link after upload it?

dennysvital
Автор

I tried this code to upload image on Firebase Storage.
The code works fine with Android and Editor but unfortunately with iOS isn't working.
Any idea why?
Thanks in advance.

marioshadjiaros
Автор

Is it so that Unity SDK doesn't support to list files? any solution?

maolin
Автор

it works with me on the unity playmode, but when I try to install in the phone, it doesn't update the database, i've tried multiple approaches, for example is the Keystore, for the sha-1 fingerprint, but still doesn't work, I'm honestly lost right now, if anybody can help me, I would highly appreciate it

liecodex
Автор

when willyou be able adding an authentication?

beamaybelarmino
Автор

Hello is this usable in Android platform?

rommelmanalo
Автор

I am getting an error in the


Error CS1061 'Task' does not contain a definition for 'Result' and no accessible extension method 'Result' accepting a first argument of type 'Task' could be found (are you missing a using directive or an assembly reference?) Assembly-CSharp
will u please help me to solve this error?

puffs
Автор

it works fine but when i try to build the project it shows errors

CommandInvokationFailure: Gradle build failed.

112 errors

ikramlaaouan
Автор

Why is file explorer empty? I'm only seeing folders, cant view pictures even though there is one..

joshuaarrogante
Автор

How to give dynamic storage reference?

Itachi__uchiha_ind