Who uses Firebase hosting and firestore?
I am using firebase hosting and firestore for by database. I find it loads extremly slowly (something about a cold start I think). For an indie maker I feel this is extremely bad right? Bad for seo and user experiences. Anyone have any tips?
I've tried Firebase, but never built a production project with it.
I did enjoy it though. What queries are you doing? It may just come down to an optimization problem. I watched a great keynote from Google on this.
Ah that seems like a interesting video to watch, will do! Anyway I will have a look for similar keynotes for "cold restarts".
Though I dont think its the queries thats the problem, its just "cold restart" of functions apparently, once its started its reasonably quick. It feels like the chicken and egg issue: I need lots of traffic to get it always "started", but right now I have low traffic and its slow so people get bored and leave haha
@strange_quirks it would still be an issue, yes. @mtimofiiv's solution is best - I remember someone doing a cron script for Heroku back in the day that would cheat the free tier into always being "hot" (fast).
I use firebase for almost everything. The current side-hack is using firebase.
Just curious to know - how big your data and documents? and what kind of queries are you running.
I have never dealt with SEO so far but in my understanding firestore would not be a good idea to have top-notch SEO.
Please sign in to leave a comment.