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
ThenableReference should extend Promise, not PromiseLike
ThenableReference implements a `.catch()` method, but `ref.push(...).catch(...)` generates a TypeScript error, since neither the `Reference` nor `PromiseLike` interfaces have that method.
This change was [already done on the JS SDK](firebase/firebase-js-sdk#1462) back in January, this PR simply puts the admin SDK in line with it.
0 commit comments