BOD-2 #comment CHanged the authorization link structure to rely on firebase auth always rather than caching the token in local storage. Relatively untested approach, however, initial tests seem to work. Included comments about how to handle a perpetual subscription.

This commit is contained in:
Patrick Fic
2020-03-24 15:42:45 -07:00
parent c095ba68eb
commit 1c4a5d5b63
4 changed files with 106 additions and 68 deletions

View File

@@ -13,6 +13,7 @@
"apollo-link-context": "^1.0.19",
"apollo-link-error": "^1.1.12",
"apollo-link-logger": "^1.2.3",
"apollo-link-retry": "^2.2.15",
"apollo-link-ws": "^1.0.19",
"axios": "^0.19.2",
"chart.js": "^2.9.3",