How To Deal With Firebase Error in Cloud Variable

Hi everyone.
I wanted to know how to deal with firebase errors in cloud variables. I was using the cloud variables and there was no option for getting errors in cloud variable. I specifically had the problem with the special character error. Is there any way to fix this or do I have to use the firebase component and check for each special character. Thanks In Advance

1 Like

At the moment there is no direct way in Thunkable to do that.

The only workaround is to create a Firebase Function to monitor errors and report it back to you in a pre-fixed listener. You will need to upgrade your Firebase plan if you decided to use Firebase Function because this feature does not work with the free plan.

If you just want to know if the data was saved to the key or not then simply save the data then read the key and if the value is not updated then you know an error occurred. This way you will be able to catch the error but without description.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.