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

FirebaseArduino: simpler Arduino wrapper #98

Merged
merged 5 commits into from
Apr 27, 2016

Conversation

proppy
Copy link
Contributor

@proppy proppy commented Apr 27, 2016

Fixes: #95 #60 #58
Replaces: #80 #81

// Print written timestamp.
String data = get.json()[push.name()];
Serial.println("Timestamp:" + data);
Serial.print("pushed: ");
Copy link
Collaborator

@ed7coyne ed7coyne Apr 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While it is kind of pointless I still like having a Get command in here too to show you the timestamp that was actually written and to demonstrate using get and jsonobject since we don't have a get example.

Copy link
Contributor Author

@proppy proppy Apr 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I think I will adapt the same to show all the api (but stream) #99. Maybe in a different PR?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good.

@ed7coyne
Copy link
Collaborator

LGTM

This was referenced Apr 27, 2016
@proppy
Copy link
Contributor Author

proppy commented Apr 27, 2016

Fixed and tested the sample :)

@proppy proppy merged commit 442baf8 into FirebaseExtended:master Apr 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants