Accessing Firebase storage items in app

I am trying to set some default images in my app. For example, when a user signs up, i want the user's image to be set to the default one. However, when I set the default value in the app to the Firebase storage URL path the image does not show up. I have set up firebase storage rules which are in the screenshot below. I have also tried turning the "manage outside of flutterflow" on/off in the app settings -> firebase section with no difference being made. My link to the default user image I want is the following format: gs://app-id.appspot.com/default-img.jpg

What am I doing wrong? Also, is there a better way of meeting this requirement? Thanks!

2
5 replies