I have a situation in my app where there could be users that don't provide a profile image. I want to be able to have the app check to if the photo url is null. If it is show a default image, otherwise show the image from the url path.
Handle supabase query for image when the value is null
Database & APIs
I tried using random image because it showed my app logo the first time around but apparently that's not the case.
Yes
2