Got the profile page working on my React Native app today. Users can now fetch and update their profile photos.
Learned a few cool things about Supabase too, like how to update auth metadata with the avatar URL and how to set up row-level security policies for inserts, selects,...
Saw from Google Analytics that people rarely clicked into the project detail pages on my portfolio (https://developedbymighty.netlify.app).
So I updated the homepage cards to include both a live site link and a details link. Small tweak, big UX win.
I’d love to hear what you think.
Today I set up tab navigation and built most of the home tab UI for my React Native fast-food app.
Feels great seeing the UI take shape after all the setup work 😃.
Built the auth pages for my React Native app today and hooked them up to Supabase.
I forgot how fast Supabase makes auth setup 😅
Also learned a few small things about form inputs along the way.