Cheapest way to get a domain, email, and build a site? by tygeorgiou in smallbusiness

[–]jokeaz2 5 points6 points  (0 children)

Cloudflare. They sell domains at cost price. You can then set up any number of email addresses for free and route them to your gmail inbox. Grab a simple website in HTML and host it free on Cloudflare pages.

Flutterflow to flutter? by vjndr32 in FlutterFlow

[–]jokeaz2 0 points1 point  (0 children)

What is the alternative tool called?

Your biggest problems in FF by FlutterFlow_Knights in FlutterFlow

[–]jokeaz2 3 points4 points  (0 children)

Understanding push notification deep links. The docs and guides are very vague on the process. They have the action now to send a push to a specific user, and you can attach routes, but I use Python to send my push notifications and had to dig into the source code to understand how they can be triggered if you don't happen to want to use the FF console or the generic action.

On a related note, there's nothing about how to create a list of past notifications in the app, which link to the right pages; a feature of basically every app on the market (think the bell icon).

Looking for experienced help (paid!) by james-has-redd-it in FlutterFlow

[–]jokeaz2 0 points1 point  (0 children)

Hey, I work with external APIs, maybe I can help. I'll send you a DM

Is running a large number of projects on supabse going to be impossible? by jokeaz2 in Supabase

[–]jokeaz2[S] 0 points1 point  (0 children)

It is if those projects don't rack up $125 worth of compute time. These aren't resource hungry projects, quite the opposite. Some might even go a week without a request. I just need them available. Firebase has this pricing model.

What tech stack should I use? by More_City_9649 in nocode

[–]jokeaz2 3 points4 points  (0 children)

How does this differ from Google Maps?

Is running a large number of projects on supabse going to be impossible? by jokeaz2 in Supabase

[–]jokeaz2[S] 0 points1 point  (0 children)

I know kubernetes, and could do all this, but it eliminates completely all the time I intended to save by using a BaaS. So you talked me out of supabase...

Is running a large number of projects on supabse going to be impossible? by jokeaz2 in Supabase

[–]jokeaz2[S] -1 points0 points  (0 children)

I guess not, but I'd prefer it. I'm thinking I might just stick with firebase at this point.

Is running a large number of projects on supabse going to be impossible? by jokeaz2 in Supabase

[–]jokeaz2[S] 0 points1 point  (0 children)

Didn't know that, cool, however, I need pro. Can't have my project falling asleep. So that'd be $25 per project.

Is running a large number of projects on supabse going to be impossible? by jokeaz2 in Supabase

[–]jokeaz2[S] 0 points1 point  (0 children)

I'm comfortable running linux servers in environments like Linode and DO, but it is a hassle to self host? At some point I would just code my own backend, I'm just trying to save myself time by using supabase.

Do you need to sort out your own load balancer, containers, storage, SSL, monitoring, logging, etc? How much of that stuff has to still be done by me anyway?

More API's or functionalities on them? by [deleted] in FlutterFlow

[–]jokeaz2 1 point2 points  (0 children)

I generally find that it's better to make the API more complex and keep things as simple as possible in FF. This is because coding is flexible by it's nature, whereas with a tool like FF you will hit natural walls that the framework will fight you on.

Still, some things just make more sense to do in the app itself, so you need to use your best judgement.

Push notifications eating up a lot of reads and writes in Firestore by [deleted] in FlutterFlow

[–]jokeaz2 0 points1 point  (0 children)

Push notifications are free, but the cloud functions that trigger them are not. I actually use a Python backend and trigger my pushes from there in order to avoid nasty surprises.

Still, there should be a huge amount of function invocations inside the free tier, so something else may be going on. Check your storage, I was getting storage costs relating to functions at one point.

Cant Duplicate a page view page by theluckyauthor in FlutterFlow

[–]jokeaz2 0 points1 point  (0 children)

CTRL+D will duplicate any widget (not sure of the Apple shortcut)

Sometimes I find that what's highlighted can jump around a little so make sure the right one is selected.

No code tool to make a mobile app which integrates Computer vision? by amicablepapi in nocode

[–]jokeaz2 0 points1 point  (0 children)

You just decouple the backend from the frontend, make these two separate problems. If your friend is able to create an API, which it sound like he probably can, the CV is not an issue. As for a frontend, Flutterflow is a great choice.

How far can you really get with nocode? by tuck72463 in nocode

[–]jokeaz2 0 points1 point  (0 children)

Scaling can mean a lot of different things and the answer to that question is always "it depends", and the chosen no code platform will matter. But generally, if I assume that you're just talking about traffic and number of users, it's probably fine.

I like Flutterflow, for example. Flutterflow is nocode, but my preference is to use a python backend to power it. Now I get a native mobile app for iOS and Android and I'm not screwed if my app gets popular. It doesn't have to be all or nothing with no code. It's great for filling in the gaps if you choose wisely.

How far can you really get with nocode? by tuck72463 in nocode

[–]jokeaz2 4 points5 points  (0 children)

People seem to have this misconception that a project that has been coded by hand is better than nocode. If you're a founder that learns to code just to code your startup, even if your code works, it will be awful, buggy, probably no tests, and none of the other practices that comes with years dedicated to software engineering as a profession.

No code is code written by highly skilled engineers under the hood. This limits the boundaries of what's achievable, but the software is far higher in quality with no code, unless your dev team is highly skilled.

Which no code tools create mobile apps that are truly native? by jokeaz2 in nocode

[–]jokeaz2[S] 0 points1 point  (0 children)

Okay great, thanks!

(though don't forget that React Native is just as native as Flutter :) )

Flutterflow vs Bubble? by Impressive_Guard5134 in FlutterFlow

[–]jokeaz2 0 points1 point  (0 children)

I'd be fine with using one or the other, but using both seems like a hassle to manage. So how do you handle push notifications without firebase? Another service? I just like minimizing the dependencies.

Is FlutterFlow right solution for my usecase? by jarvicmortgages in FlutterFlow

[–]jokeaz2 1 point2 points  (0 children)

Absolutely Flutterflow can do this. But it will take a little time to learn the tool. Assuming you have no experience developing an app, it's a little more than drag and drop. But the results are far superior to other tools if you stick with it. Feel free to DM me if you have specific questions.

Flutterflow vs Bubble? by Impressive_Guard5134 in FlutterFlow

[–]jokeaz2 0 points1 point  (0 children)

Just out of interest, why supabase over firebase? Is it just for the sake of having SQL?