Skip to content

latency period while connecting to firebase. #498

Answered by mobizt
69thPi asked this question in Q&A
Discussion options

You must be logged in to vote

The connection session was kept open since it was connected to server as the FirebaseData object defined globally.

// Define Firebase Data object
FirebaseData fbdo;
FirebaseAuth auth;
FirebaseConfig config;
unsigned long sendDataPrevMillis = 0;
unsigned long count = 0;
void setup()
{

The time for data transmission for each request is payload and header size dependent.
https://github.com/mobizt/Firebase-ESP-Client#speed-of-data-transfer

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@69thPi
Comment options

Answer selected by 69thPi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants