You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement a chatbot using dialogflow and flutter. I need to save some data from the user at different points and also return this data to the user. In this process, user's uid will play an important role as I am trying to save data from user using doc id as user's uid. So my problem is how to get user uid in dialogflow fulfillment
The text was updated successfully, but these errors were encountered:
I am trying to implement a chatbot using dialogflow and flutter. I need to save some data from the user at different points and also return this data to the user. In this process, user's uid will play an important role as I am trying to save data from user using doc id as user's uid. So my problem is how to get user uid in dialogflow fulfillment
The text was updated successfully, but these errors were encountered: