What is the update count for device info integration? Where can I find the update counts for each integration?
I doubt there would be any additional update counts for that particular integration. Device Info is pulling from the user agent on the local device. There is nothing that needs to be executed server side that would use processing power on Glide servers.
I look at it this way⌠Updates for integrations are more of a âunit of measureâ of how much processing is required server side. Some integrations donât run on the local device, and instead need to run on the server. Any integrations that consume additional updates are not being processed on the user device.
Any integrations that require additional âupdatesâ should have that update count listed.
My use case is, I want to make sure that my user uses the app on just one device and doesnât share his login email with other users.
I am matching his current device with last device used and want to create a row everytime a new device is used and notify the admin.
Just want to make sure that there are no update counts for everytime I capture users device info. Are you 100% sure about that?
99% sure. Updates for integrations arenât an arbitrary number. Thereâs a good reason why Glide implemented that logic for certain integrations and not for others.
Like I said, any time you attempt to use an integration and it requires additional updates, it will tell you. Device Info doesnât have any such updates because itâs pulling local information directly from the device (and doesnât involve any processing on Glide servers). That code runs locally, just like many of the computed columns.
Thanks a lot
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.