Commits


Michael Lehenbauer authored and GitHub committed 186591d402c
firebase-ios-sdk/1499: Restart streams on any token change. (#1692) [Port of https://github.com/firebase/firebase-js-sdk/pull/1120] Fixes #1499. This reworks our "user listener" into a "credential change listener" that fires on any token change, even if the User did not change. This allows us to restart our streams (but not switch mutation queues, etc.) on token changes.