Post data from fragment to firebase

故事扮演 提交于 2020-01-07 02:43:09

问题


I'm searching for a while how pass data from fragment to firebase console but i do not find something... I have seen how load data to fragment I need to post a data of form inside a viewpager to firebase and to retreive them in an activity. Can someone help?


回答1:


Not sure about passing data to Firebase Console.

Looks like you want to log a variable in your app that provides a collective data of all your users on Firebase Console's Analytics dashboard.

You can make use of the custom events that would let you log data pertaining to that variable on the Firebase console with the details each Firebase event tracks.

Please note that custom parameters are not reported in Firebase Console directly and you need to have atleast 10 distinct users logging that event.



来源:https://stackoverflow.com/questions/43218585/post-data-from-fragment-to-firebase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!