TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Dark Side of Firebase Syncing: Test Procedure and Results Included

1 pointsby nigekellyover 11 years ago

1 comment

sethinsdover 11 years ago
There is no other framework out there that can fix this problem. You're disconnected, you can't magically have your data given to the server. Granted, I would like to do this: Firebase.setInSyncCallback(function(isInSync) { if(!isInSync) somediv.innerHTML = "Your changes have not been saved to the server yet."; else somediv.innerHTML=""; });
评论 #6339533 未加载