Firebase StoreValue Not Saving After Notifier Input

Hello everyone, hope you're doing alright

I'm trying to save a phone number to Firebase after showing a text input dialog with Notifier. When the user long-clicks a button, the dialog appears, and after entering the number, I use AfterChoosing to store it with FirebaseDB.StoreValue. The input is captured correctly, the Firebase URL and token are set properly, and there's internet connection, but the value doesn't get stored. What could be the issue?

Update:
I tried to set the choice to many things nothing took choice value

You are using the AfterChoosing event, when you should be using the AfterTextInput event

Perhaps better like this:

1 Like

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