Back to Browse

Firebase Series: Upload image to firebase storage/database | Part 7 | Android Tutorials

176 views
May 14, 2019
15:20

Hello guys welcome to another Android Firebase Series Tutorial Part 7: In this tutorial i will show you how we can upload image to firebase storage. ............... so lets see how can we do that ................. ---------------------------------------------------------------------------------------------------- Part 1: https://youtu.be/XfcUMlabTcs Part 2: https://youtu.be/a05u7gkEzK0 Part 3: https://youtu.be/tB5KZCc2ojw Part 4: https://youtu.be/ncSDxu3L-BM Part 5: https://youtu.be/OCYOyAr0qp0 Part 6: https://youtu.be/nZE_fUqIXJ4 ---------------------------------------------------------------------------------------------------------- Download Files: https://mega.nz/#F!YWpFQCLK!mGHT4UoyMotVLy7eXjDOIA ---------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- Dependencies: 1) com.google.firebase:firebase-storage:17.0.0 2) com.squareup.picasso:picasso:2.71828 ----------------------------------------------------------------------------------------------------- Rules: 1)If you are using Firebase authentication(Already Login with Email,Phone,Gmail) and then you want to upload image then use these rules service firebase.storage { match /b/{bucket}/o { match /{allPaths=**} { allow read, write: if request.auth != null; } } } ----------------------------------------------------------------------------------------------- 2)If you are not using Firebase authentication and upload directly to firebase then use these rules service firebase.storage { match /b/{bucket}/o { match /{allPaths=**} { allow read, write; } } } ------------------------------------------------------------------------------------------------------ Give your valuable suggestions in comments If you like the video....Like it , share with your friends and subscribe my channel Thanks For watching ------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------- Instagram: https://www.instagram.com/coderpakistan749/ Facebook Page: https://web.facebook.com/coderpakistan Facebook Group: https://web.facebook.com/groups/1012776525586027/ ---------------------------------------------------------------------------------------------------------- #Uploadimagetofirebase #firebaseandroid #coderpakistan

Download

0 formats

No download links available.

Firebase Series: Upload image to firebase storage/database | Part 7 | Android Tutorials | NatokHD