mdittmer / mdn-confluence

2 stars 5 forks source link

Consolidate asset + data services #6

Open mdittmer opened 6 years ago

mdittmer commented 6 years ago

The current recommendation on firebase-and-server branch involves using Firebase Hosting for assets and a separate (WebSocket-capable) service for data.

This invites version drift between JavaScript code from the asset service and JavaScript models/data from the data service. We should probably consolidate asset and data services to avoid this issue.