Ethan

Making products people love πŸ”₯πŸš€

Open my Twitter DMs (I thought they were open for nearly a year πŸ˜†)

Tell users that loading could take a while after 4 seconds

true that, +1

0 Likes
Ethan Author

Eventually I'll do it incrementally where it loads 10, displays the page, then loads 30, 50, 70 etc. but that will take a while to make.

0 Likes

Remove "Don't have an account?" button if coming straight from sign-up page

Get CORS working on cloud functions!!!

Ethan Author

I discovered there's this weird HTTP thing called a preflight where the browser pings your URL with an OPTIONS request and expects you to return the headers with a 2xx status

0 Likes
Ethan Author

I'VE BEEN WORKING ON THIS FOR HOURS AND IT'S FINALLY WORKING!!!!!!!!!!!!!!!!!

0 Likes

Switch back to Netlify Cloud Functions (Firebase cloud functions don't allow outbound requests on the free plan and I found there is a way to have dependencies)

Also suggest people who have sent the user emails as well as people from their contacts

Make email composer easier on the eyes! πŸ™ˆ

nicee!

0 Likes

Create better searching algorithm that ranks matches at the start of words higher

Create verifyUser cloud function which returns whether or not the user is allowed access

Make Firebase function subscribe the user to the default plan after creating them

Try Firebase functions instead (Netlify doesn't support Node.js dependencies yet)