s-alad / toofake

View friends BeReals without posting or them knowing. Post custom BeReal's whenever. Add custom realmojis
https://toofake.lol/
MIT License
153 stars 34 forks source link

Fallback to vonage if firebase doesn't work #119

Closed NOctu1412 closed 3 weeks ago

NOctu1412 commented 3 weeks ago

This pull request is related to #118 , I first tought that for some regions of the world, vonage would be used and firebase would be blocked but this PR doesn't seem to help.

For some reason it works perfect on my computer but not on the vercel app. My guess would be that vercel domain is getting rate limited or something like that. I don't have any further guess.

So yeah, this doesn't fix the issue but is a good thing to have just in case.

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
toofake ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 21, 2024 10:50pm
s-alad commented 3 weeks ago

The actual app is not on vercel, vercel doesn't work anymore as they block requests from vercel. I have CI setup with firebase which is where I'm hosting it right now. I kept the vercel deployment just to check for compile/build issues

NOctu1412 commented 3 weeks ago

Oh okay I see