Post Data From Fragment To Firebase
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
Solution 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.
Post a Comment for "Post Data From Fragment To Firebase"