Getting Started with Firebase Storage on Android - Firecasts

preview_player
Показать описание

Learn how to use Firebase Storage to upload a file from an Android device and download it through a unique URL. Doug Stevenson shows you how to get started in this Firecast.

Рекомендации по теме
Комментарии
Автор

HUGE thanks for this video!
Ran into some gradle problems initially but after installing every possible update to Android Studio and stuff listed in the SDK manager, I was able to get Firebase image uploading to work on my drawing app!
I also added this extra dependency:

I do want to mention though that right now there's an "error" being printed in the console about lack of authentication, which is irrelevant/incorrect considering in the video we change the storage rule to reflect access for everyone. So even though it is indeed uploading the images, the console will still print out that there is a problem. So initially I thought it was wasn't working, but to my surprise all the images files were actually present in storage! Very cool.

ker
Автор

does the google play services version need to map up with that in mobile for example, im using 11.0.1 in my dependencies, so mobile should also have that version of play services ? do some mobiles have lower version of play services or do all have the same ?

divyangshah
Автор

Doug: how can I handle multiple upload. I need to send 10 images in a synchronous way (a business requirement), how to solve this if the API does not support anything like this?

eletrizuados
Автор

Hello. How can I get the image from storage use in android application?

fawwadahmed
Автор

Can I stream audio from the firebase storage?

LeonardoMarchese
Автор

Can we upload text file and if yes then how to retrieve

KickassCoders
Автор

How do i download a pdf file stored in Firebase?

vrushabhgore
Автор

when I open my storage there is no download url only token code - why is that?

tamirmoav
Автор

hey there, Sam here. How do i upload/download an image into FirebaseStorage so that only the signed in UID can access their own images.
Do I add a photoUrl field inside the and does any have the code for that?

thanks

someguy
Автор

Is firebase storage is unabale now?? my app cant upload file!

Ais-qcbc
Автор

ı can't see any videos about explain clearly storage rules .

mcifci
Автор

Are the project files for this available anywhere?

dbcomix
Автор

hi guys i have a recipes application so i want to keep my users update with daily new recipes so what you recommend me to do and is firebase the best solution for me? i'll be glad to hear from you !

soufianeelyebadri
Автор

how to download image from firebase to unity

WeisterXDprogrammer
Автор

Thank you so much Mr Doug! very nice cource

nabilhachhach
Автор

I am administrator and i want upload text file in firebase storage. It is possible. If yes then how other user see text file in own devices

tusharsoni
Автор

Thank you. Could you make a video for phone number authentication like whatsapp for android

ahmermajeed
Автор

Could you explain how the upload image contains the overlayed text? I've added a TextView that overlays my ImageView, but doesn't save after upload.

johndbrown
Автор

getDownloadUrl() is Deprecated. Any idea how to solve this ?! Thanks in advance

adtechnologies
Автор

hey buddy how did you do overlay text on image

bilalullahkhan