# Calculator without login or other solution?

**URL:** https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775
**Category:** Ask for Help
**Created:** [September 7, 2022, 10:20am UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775 "2022-09-07T10:20:19Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [September 7, 2022, 10:20am UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/1 "2022-09-07T10:20:19Z")

</div>

This is the case: a client working in/for a hospital wants to make a really basic calculator for patients that helps them with right doses (volume/hours is the main thing). I know how to make that with signed in users. I assume it isn’t (what if there are a lot of users … ) But is this possible as well without signing in? It’s not necessary to know who they are for this, that’s why. Or is there another solution privacy wise?

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [September 7, 2022, 11:44am UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/2 "2022-09-07T11:44:37Z")

</div>

Mmm I seem to have it working, but will this work as well when 2 different people do math on their own end?

---

<div class="post-metadata">

### Author: ![David\_Gabler](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david_gabler/32/44332_2.png) [@David\_Gabler](https://community.glideapps.com/u/David_Gabler)
#### Post date: [September 7, 2022, 12:02pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/3 "2022-09-07T12:02:01Z")

</div>

> [@erwblo](#):
>
> 2 different people do math on their own end?

Are you using a working table with user-specific columns? I think I’ve seen posts that indicate USC work even if someone is not logged in.

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [September 7, 2022, 12:07pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/4 "2022-09-07T12:07:20Z")

</div>

Interesting!

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 7, 2022, 2:30pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/5 "2022-09-07T14:30:26Z")

</div>

Case in point, this app doesn’t require you to sign in.

> **[Glide Calculator](https://glidecalculator.glideapp.io/dl/74c4fe)**

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [September 7, 2022, 2:58pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/6 "2022-09-07T14:58:01Z")

</div>

Goed to know! Thanks!

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [September 7, 2022, 3:11pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/7 "2022-09-07T15:11:00Z")

</div>

In your app (previous Glide I assume) I see this:  
 ![CleanShot 2022-09-07 at 17.06.31@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/8/188d016f4bdfec7eaf80dd016c8f69e52bf11494.png)

Nowadays you see this:

 ![CleanShot 2022-09-07 at 17.06.58@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/6/e/6e2574da68fae37c5c5243654569069077875363.png)

Do you know / understand why you would have to offer a possibility to sign in when that doesnt give you anything extra? Just trying to understand.

---

<div class="post-metadata">

### Author: ![drascon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/drascon/32/20070_2.png) [@drascon](https://community.glideapps.com/u/drascon)
#### Post date: [September 7, 2022, 3:23pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/8 "2022-09-07T15:23:07Z")

</div>

I have a policy and protocol app for our field paramedics that has three separate drug calculators built in (one for Fentanyl and the others for Ketamine and Lidocaine) and they all work without having to sign in. Can confirm it’s possible with user specific columns 👍

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 7, 2022, 3:26pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/9 "2022-09-07T15:26:55Z")

</div>

It’s an old app, so for whatever reason, it still has those old privacy settings. Most of my apps are still in the old My Apps folder.

While it’s not required, sign in for my app could be useful if you want to retain certain values. For example, it could keep the last calculation on the screen. There are 4 memory locations in the calculator to store and retrieve numbers. There is a running history of the last 20 calculations. There’s also a stats tab that shows the number of button presses. Maybe this is stuff you want to retain after the app is closed and reopened. You need to be signed in for those values to be retained.

If you are not signed in, user specific columns will be cleared after an app is closed and reopened. However, they will remain permanently if you are signed in.

Overall, I’m not sure how much of a lifespan this app has. Eventually I’m sure it will be forced into a new team plan where update limits will apply. This thing would burn through updates in less than a day in most cases. It was just a fun challenge a couple years ago to see if I could do it.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [September 7, 2022, 3:30pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/10 "2022-09-07T15:30:35Z")

</div>

> [@Jeff\_Hager](#):
>
> It was just a fun challenge a couple years ago to see if I could do it.

And to see if some other of us common mortals could do it. I tried and didn’t even get close 😂

@Krivo

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 7, 2022, 3:34pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/11 "2022-09-07T15:34:21Z")

</div>

But I bet you learned a lot trying.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [September 7, 2022, 3:39pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/12 "2022-09-07T15:39:42Z")

</div>

I sure did.

At the time which I think was around Feb-March '21, I thought you were going to suggest one challenge per month. Looking forward to the next one if you decide to ever suggest another.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 7, 2022, 5:27pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/13 "2022-09-07T17:27:09Z")

</div>

Yeah, I think that one took a lot out of me. Spent a good month fine tuning and fixing bugs. Had a lot of free time with Covid too. Now it feels like I’m too busy with other things. I’d like to find another challenge someday.

---

<div class="post-metadata">

### Author: ![Krivo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krivo/32/5363_2.png) [@Krivo](https://community.glideapps.com/u/Krivo)
#### Post date: [September 7, 2022, 8:08pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/14 "2022-09-07T20:08:37Z")

</div>

Please let me know in advance, Jeff. I will need to set aside holiday and recalibrate my wife’s expectations for that period 🤪

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 7, 2022, 8:54pm UTC](https://community.glideapps.com/t/calculator-without-login-or-other-solution/48775/15 "2022-09-07T20:54:49Z")

</div>

Ha! Do I really want to be the one responsible for upsetting your wife? She might hunt me down if I ever visit Europe.
