Unique User ID that will not change for an anonymous user

Unique User ID that will not change for an anonymous user, some kind of encrypted mixup of IP and device ID, that will help a lot writing public Apps, like remembering choices, creating special messages, games… etc
right now what we have is, Unique User ID which actually is an Action ID, deferent every time is applied

You can use RowID in your profiles tab, those don’t change.

By anonymous user, do you mean someone who does not sign in?

You can have anonymous users who sign in, using the ‘hide emails’ option. The anonymous email is a unique, anonymous user ID. It’s also a good practice to use Row IDs on your user profiles table for this.

i’m talking about people who don’t want to sign in at all, just to assign to them ID, so when they come back from same device they can continue where they left, Row ID doesn’t track that

1 Like

Ah, that would be great! And so would the ability to read the device they’re on, browser, etc.

1 Like

that might be a bridge of privacy lol
but to have anonymous ID that it keeps same for user would great, i know people can sign in with face email, but im talking about people who dont wanna sign in with anything, just to see first what app is all about, and if they like it they can sign in

1 Like

anyone ever figure this out?

What is your specific use case?

If you’re wanting to track and identify users without having them sign in, then Glide is probably not the right platform for you.

Yes that is what I’m going for as I’m creating a consumer app. However asking them to sign in right away isn’t the worst option.

But yeah if anyone has a solution or hack for that – I’m all ears.

Okay.

To be perfectly blunt, Glide isn’t a good choice for a consumer facing App.
It’s great for an MVP, as you can get something up and running quickly and relatively cheaply.
But if you’re wanting to build something that you can sell to the masses, then you really should be looking elsewhere, as Glides pricing model makes that prohibitively expensive.

The goal is MVP

@Darren_Murphy – just curious, what makes you say that Glide is expensive at scale. Based on the pricing model my estimated operating cost per user would be around $.04.

Thanks for your input in advance.

Reliably tracking users with 100% accuracy without requiring the user to sign in is next to impossible. It’s somewhat possible using browser agent info, or attempting to collect user info without consent, but not 100% reliable. All major browsers make it very difficult to do. It’s a battle that ad agencies attempt to overcome every day, which also forces browsers to lock things down more to protect user privacy. I should add that attempting to do something like this opens up a whole bunch of security holes because none of the data will be secure in a public app.

Also note that you can keep your app public and make certain parts available only when a user signs in. This allows for positive identification of an individual and allows for proper data security if you use things like rows owners and/or roles.

Curious how you came up with this number. The only plan that allows “unlimited” users is the Maker plan, although you are restricted to users with personal email domains only, and you don’t get all of the features of a higher plan. Something like the Business plan only gives you 30 users, and then you are billed $5 or $6 per additional user. The Enterprise plan is negotiable on the users.

Yeah that’s exactly what I used a solution.

In terms of CPU, it’s a bit back of the envelope, but I assume the average user uses about 25 rows. So $86/(50000/25) = ~$.043.