You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix up a few details: TrafficSource and database.DeltaSnapshot.toJSON() docs. (#134)
Fix up a few details pointed out by jwenger@:
- The TrafficSource interface was still present, and unused.
- The database.DeltaSnaphsot.toJSON() documentation was a little confusing to people who aren't familiar with the DeltaSnapshot concepts of previous/current.
- child's path argument isn't optional in the client SDK's DataSnapshot, so that specification just adds confusion to the interface. We'll still handle undefined/null cases gracefully, just in case.
0 commit comments