You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use react query for fetching images in the backend. A good place to start would be with the profile pictures. We can definitely make downloadBlobWithoutSaving into a query. Would also be nice if we can make the photoToURI a query as well. I think that should work fine, but might get complicated saving those blob URLs
The text was updated successfully, but these errors were encountered:
We should use react query for fetching images in the backend. A good place to start would be with the profile pictures. We can definitely make
downloadBlobWithoutSaving
into a query. Would also be nice if we can make thephotoToURI
a query as well. I think that should work fine, but might get complicated saving those blob URLsThe text was updated successfully, but these errors were encountered: