Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Whilst uploading JSON, adding timestamp removes other data #555

Open
squashfold opened this issue Jan 1, 2023 · 0 comments
Open

Whilst uploading JSON, adding timestamp removes other data #555

squashfold opened this issue Jan 1, 2023 · 0 comments

Comments

@squashfold
Copy link

squashfold commented Jan 1, 2023

I'm trying to add a timestamp with some other data.

If I run:

Firebase.pushJSON(fbdo, "/localWeather", "{\"temp\":\"" + temp + "\",\"humidity\":\"" + humidity + "\"}")

The data is uploaded successfully:
image

However, when I try to add a timestamp to the JSON only the timestamp is uploaded:

Firebase.pushJSON(fbdo, "/localWeather", "{\"temp\":\"" + temp + "\",\"humidity\":\"" + humidity + "\",\".sv\": \"timestamp\"" + "}")

image

My expected outcome is something like this for each entry:
{ "x":{ "temp":"23c", "humidity":"50%", "timestamp":"[unix timestamp]" } }

My question I guess is what am I doing wrong here?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant