@FlutterFlow makes it easy to upload any file type to @Firebase

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

Support my work

Website

You can book me as FF mentor or support my work

GitHub repo

Discord channel

YouTube channel

In this video, I will show you how to upload any file type to Firebase using Flutterflow. By the end of this session, you will have learned how to easily and efficiently store files in your Firebase database using Flutterflow. This is a valuable skill to have as it allows you to store and access a wide range of file types, including images, audio, video, and more. Whether you are a beginner or an experienced developer, you will find this tutorial helpful in getting started with uploading files to Firebase using Flutterflow.

Code used

In this video
00:00 Working demo
02:30 Upload any file type
07:45 Thank you for watching
Рекомендации по теме
Комментарии
Автор

🌟 Welcome to my video! 🌟 To ensure you have the best experience and access to all the resources mentioned, we've placed all active links in the video description below. This helps me keep everything up-to-date and easy for you to find!

👾 Join my Discord community! It's a great place to connect, share, and get the latest updates. The link is in the description as well.

💖 If you enjoy our content, consider supporting the channel. Every bit of support helps me create more of what you love. Details on how you can support are also in the description.

Thank you for watching and being a part of the community! 🚀

flutterflowexpert
Автор

Kiling it Dimitar. Awesome stuff. How do we allow multiple file types?

AliKibao
Автор

Great video but how do you retrieve the image to the client side like a social media app

lugwirelouis
Автор

Great video to update and upload the document. Can you show how to View/Display the pdf/zip/doc/text from the Fire Storage?

harijella
Автор

How do you use choicechips in a form to send a list of document references to Firebase?

ChrisLaupama
Автор

It's a fantastic job so far! Perhaps, with your code, it could be possible to check the file size before uploading to Firestore, a functionality not available in the native upload functions from FlutterFlow. Could you please consider adding code that enables us to retrieve the file size before uploading? This would allow us to implement a file size limit...

nordoow
Автор

Hello! When I try to run test mode it shows an error - could not find directory like I tried to change path but it is the same

СергейАбрамов-ит
Автор

Hello, I did everything to the letter but I could not do it. The code you share is different from the one you are using in the example and it doesn't work. It's a shame to waste so much time to get nowhere.

DeSofSistemas
Автор

how can i store it on the local state so i can upload the file with another information on my FF document?

sheldontroll
Автор

How can be implemented a realtime virus and malware scanning when uploading a file?

awakeningdream
Автор

is it possible to upload any filetype without giving the filetype as an argument in the custom function ? without specific filetype ?

apoorvsaxena
Автор

Hey i watched your video. I am new to FF. Actually I've created a Dashboard page where there is list view and table. I want when user click on Upload button, it should save that data to firebase and return me a url so that i can give that url to Zapier web hook to perform furthur step

amnaahmed
Автор

thanks for your content!
I use flutterflow myself and have small problem. I build a price feed (stocks) and do an API call to get the price change of a stock f.e. amazon. Afterwards I run a custom function to convert this data into a string so I do display a format like -0.45%

This works fine. But I want to set the color to green, if it is a positive number or to red in case it is negative. I am trying to find a solution for weeks now, nothing works. Could you help me? :))

Christian-clfw
Автор

Can you upload a website file or maybe code?

kingdarling
Автор

One correction to the code, you should add a ! to this line so it becomes final selectedFile = await selectFile(allowedExtensions: [fileType!]);

Also I believe we can refactor the imports so that it will compile in FF. I will try. Otherwise great code that I have tested and it works.

charliefinale