File Upload / Download / Viewing

The block I created (the purple block) is a function so it can be added anywhere that you need to get that url. In fact there’s a function block with a “return” feature also that you could use to return the app url and then you just plug in that function block anywhere you need to get the Url.

I’d probably turn you to the official documentation first. https://docs.thunkable.com/

Some specific guides: https://docs.thunkable.com/sign-in-1 for sign in.

Functions: Functions - ✕ Docs

Keep in mind that the documentation hasn’t been updated to include the newer “cloud” blocks for firebase. They are definately the way to go and it seems like you’ve already figured out how to use those for the most part.

To use firebase effectively you’ll really need to figure out the data structure and the difference between objects and lists. If you upload a list to firebase for example it will assign numbers.

If you want to search by user email then you’ll want to adjust your structure to something like:

USERS
–>email
------>user data

So you’ll be uploading to a path like this:
image

There’s a little bit of a learning curve, but far less than programming languages.

The best thing to do is just play around with it and keep diving into the documentation until you see the outcomes you want.

There’s also a tutorial section https://docs.thunkable.com/get-started/tutorials