I thought I was done with json but I had to rewrite my application using only firebase and what I got quite easily with google sheets becomes trickier with firebase
my problem is that I would like to get the list of tags in my “connected” bucket
Switching to firebase is trickier than I thought!
I created an object specific to individual at an instant t which records his entry on a given date
how can I do to modify this object created on this given date?
i would like to update property end (old instantfin in the screehshot above)
between the cloud variable and the object I get lost
so well that I realize that I erase the previous object each time
while each connection must give rise to the creation of an object
indeed it works
my mistake is that I should have shown more blocks and you would have had a broader view of what I’m trying to do (I deleted several parasite blocks)
But I still have one problem: if the user connects several times in the same day, the application retains the last connection
I would like to converse the date and user name as a key
I don’t really see how to differentiate these connections